Package EasyExtend :: Module eeimporter :: Class Importer
[hide private]
[frames] | no frames]

Class Importer



object --+
         |
        Importer

Instance Methods [hide private]
 
__init__(self, eecompiler)
Adapted importer.
 
register_importer(self)
 
accept_module(self, module_path)
Method used to determine if a fiber accepts module for fiber-specific import.
 
find_module(self, import_path, __path__=None)
 
load_module(self, fullname)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  no_import = [u'PyGrammar.py', u'fiber.py', u'symbol.py', u'tok...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, eecompiler)
(Constructor)

 
Adapted importer.
Parameters:
  • eecompiler - eecompiler object - parametrized with fiber
Overrides: object.__init__

accept_module(self, module_path)

 
Method used to determine if a fiber accepts module for fiber-specific import.
Parameters:
  • module_path - a path object specifying the complete module path

Class Variable Details [hide private]

no_import

Value:
[u'PyGrammar.py', u'fiber.py', u'symbol.py', u'token.py', u'conf.py']