Module pkgutil :: Class ImpLoader
[hide private]
[frames] | no frames]

_ClassType ImpLoader

PEP 302 Loader that wraps Python's "classic" import algorithm

Instance Methods [hide private]
 
__init__(self, fullname, file, filename, etc)
 
load_module(self, fullname)
 
get_data(self, pathname)
 
_reopen(self)
 
_fix_name(self, fullname)
 
is_package(self, fullname)
 
get_code(self, fullname=None)
 
get_source(self, fullname=None)
 
_get_delegate(self)
 
get_filename(self, fullname=None)
Class Variables [hide private]
  source = None
  code = None