FuncImporter
from direct.pyinst.imputil import FuncImporter
Importer subclass to use a supplied function rather than method overrides.
Inheritance:
FuncImporter
:
Methods of FuncImporter:
__init__
get_code
__init__
def __init__(self, func)
Undocumented function.
get_code
def get_code(self, parent, modname, fqname)
Undocumented function.