API Reference for Enthought Tool Suite 3.2.0
A Python File System context.
The name of the 'special' file in which we store object attributes.
ATTRIBUTES_FILE = '__attributes__'
The default environment.
ENVIRONMENT = { Getattr(Name('Context'), 'OBJECT_FACTORIES') : List([CallFunc(Name('PyFSObjectFactory'), [], None, None), CallFunc(Name('PyFSContextFactory'), [], None, None)]), Getattr(Name('Context'), 'STATE_FACTORIES') : List([CallFunc(Name('PyFSStateFactory'), [], None, None)]), Name('OBJECT_SERIALIZERS') : List([CallFunc(Name('ObjectSerializer'), [], None, None)]), Name('FILTERS') : List([Name('ATTRIBUTES_FILE'), Const('.svn')]) }
Constants for environment property keys.
FILTERS = 'enthought.naming.pyfs.filters'
Setup a logger for this module.
logger = logging.getLogger(__name__)
OBJECT_SERIALIZERS = 'enthought.naming.pyfs.object.serializers'
© Copyright 2002-2009 Enthought, Inc.