API Reference for Enthought Tool Suite 3.0.1
The default name of the egg database file.
EGG_DB_FILE = os.path.expanduser(os.path.join('~', '.enthought', 'egg_db.ini'))
The name of the maps section in the egg database file.
MAP_SECTION = 'maps'
The name of the roots section in the egg database file.
ROOT_SECTION = 'roots'
The name of the symbols section in the egg database file.
SYMBOL_SECTION = 'symbols'
Return a parser of the egg database file.
Save the data in the specified parser to the specified egg database file.
| Local name | Refers to |
|---|---|
| os | os |
| SafeConfigParser | ConfigParser.SafeConfigParser |
© Copyright 2002-2008 Enthought, Inc.