Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | ImportManager |
doesn't work in JPython... More... | |
class | Importer |
class | BuiltinImporter |
Emulate the import mechanism for builtin and frozen modules. More... | |
class | _FilesystemImporter |
class | DynLoadSuffixImporter |
Functions | |
def | py_suffix_importer |
Variables | |
list | __all__ = ["ImportManager","Importer","BuiltinImporter"] |
tuple | _StringType = type('') |
tuple | _ModuleType = type(sys) |
string | _suffix_char = __debug__and'c' |
string | _suffix = '.py' |
_os_stat = None | |
Import utilities Exported classes: ImportManager Manage the import process Importer Base class for replacing standard import functions BuiltinImporter Emulate the import mechanism for builtin and frozen modules DynLoadSuffixImporter
def imputil.py_suffix_importer | ( | filename, | |
finfo, | |||
fqname | |||
) |
list __all__ = ["ImportManager","Importer","BuiltinImporter"] |
Definition at line 22 of file imputil.py.
tuple _ModuleType = type(sys) |
Definition at line 25 of file imputil.py.
_os_stat = None |
Definition at line 434 of file imputil.py.
tuple _StringType = type('') |
Definition at line 24 of file imputil.py.
string _suffix = '.py' |
Definition at line 401 of file imputil.py.
string _suffix_char = __debug__and'c' |
Definition at line 398 of file imputil.py.