_determine_import_context def _determine_import_context(self, globals) Undocumented function. |
_finish_import def _finish_import(self, top, tail, fromlist) Undocumented function. |
_import_fromlist def _import_fromlist(self, package, fromlist) Undocumented function. |
_import_hook def _import_hook(self, name, globals=None, locals=None, fromlist=None) Undocumented function. |
_import_one def _import_one(self, parent, modname, fqname) Undocumented function. |
_import_top_module def _import_top_module(self, parent, name) Undocumented function. |
_is_package def _is_package(self, module_dict) Undocumented function. |
_load_tail def _load_tail(self, m, tail) Undocumented function. |
_reload_hook def _reload_hook(self, module) Undocumented function. |
get_code def get_code(self, parent, modname, fqname) Undocumented function. |
install def install(self) Undocumented function. |