skeinforge_tools.meta_plugins.description ($Date: 2008/21/04 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/pyRepRap/skeinforge_tools/meta_plugins/description.py

Previous / Next / Contents


Description is a script to store a description of the profile.


Settings
  Description Text
Examples

Settings


Description Text

Default is empty.

The suggested format is a description, followed by a link to a profile post or web page.

Examples


Examples of using description follow below.


> python description.py
This brings up the description dialog.

> python
Python 2.5.1 (r251:54863, Sep 22 2007, 01:43:31)
[GCC 4.2.1 (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import description
>>> description.main()
This brings up the description setting dialog.


Previous / Next / Contents


 
Modules
       
__init__
skeinforge_tools.skeinforge_utilities.settings

 
Classes
       
DescriptionRepository

 
class DescriptionRepository
    A class to handle the description settings.
 
  Methods defined here:
__init__(self)
Set the default settings, execute title & settings fileName.

 
Functions
       
getNewRepository()
Get the repository constructor.
main()
Display the file or directory dialog.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__date__ = '$Date: 2008/21/04 $'
__license__ = 'GPL 3.0'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)

 
Author
        Enrique Perez (perez_enrique@yahoo.com)