Panda3D
|
Classes | |
class | CompilationEnvironment |
class | Freezer |
class | PandaModuleFinder |
Variables | |
string | dllInitCode |
string | frozenDllMainCode |
string | frozenExtensions |
string | frozenMainCode |
tuple | isDebugBuild = (python.lower().endswith('_d')) |
string | mainInitCode |
list | okMissing |
p3extend_frozen = None | |
string | programFile |
python = os.path.splitext(os.path.split(sys.executable)[1])[0] | |
dictionary | reportedMissing = {} |
list | sourceTrees = ['direct'] |
list | startupModules |
This module contains code to freeze a number of Python modules into a single (mostly) standalone DLL or EXE.
string dllInitCode |
string frozenDllMainCode |
string frozenExtensions |
string frozenMainCode |
tuple isDebugBuild = (python.lower().endswith('_d')) |
string mainInitCode |
list okMissing |
p3extend_frozen = None |
string programFile |
python = os.path.splitext(os.path.split(sys.executable)[1])[0] |
dictionary reportedMissing = {} |
list sourceTrees = ['direct'] |