| java.lang.Object org.python.modules.imp
IMP_HOOK | final public static int IMP_HOOK(Code) | | |
PKG_DIRECTORY | final public static int PKG_DIRECTORY(Code) | | |
PY_COMPILED | final public static int PY_COMPILED(Code) | | |
PY_FROZEN | final public static int PY_FROZEN(Code) | | |
PY_SOURCE | final public static int PY_SOURCE(Code) | | |
findFromSource | static ModuleInfo findFromSource(String name, PyObject entry, boolean findingPackage)(Code) | | This needs to be consolidated with the code in (@see org.python.core.imp).
Parameters: name - module name Parameters: entry - an iterable of paths Parameters: findingPackage - if looking for a package only try to locate __init__ null if no module found otherwise module information |
|
|