simpleparse.common.__init__
index
/usr/src/tmp/python3-module-simpleparse-buildroot/usr/lib/python3/site-packages/simpleparse/common/__init__.py

Common (library) definitions
 
You normally use this module by importing one of our
sub-modules (which automatically registers itself with
the SOURCES list defined here).
 
Calling common.share( dictionary ) with a dictionary
mapping string names to element token instances will
make the element tokens available under those string
names in default parsers.  Note: a Parser can override
this by specifying an explicit definitionSources
parameter in its initialiser.

 
Functions
       
share(dictionary)

 
Data
        SOURCES = []
__file__ = '/usr/src/tmp/python3-module-simpleparse-buildroo...on3/site-packages/simpleparse/common/__init__.pyc'
__name__ = 'simpleparse.common.__init__'