Panda3D
|
Functions | |
def | pytest_imports () |
Variables | |
dictionary | builtinInitFuncs |
dictionary | hiddenImports |
dictionary | ignoreImports |
tuple | isDebugBuild = (python.lower().endswith('_d')) |
p3extend_frozen = None | |
python = os.path.splitext(os.path.split(sys.executable)[1])[0] | |
list | startupModules |
This module contains code to freeze a number of Python modules into a single (mostly) standalone DLL or EXE.
def direct.dist.FreezeTool.pytest_imports | ( | ) |
dictionary builtinInitFuncs |
dictionary hiddenImports |
dictionary ignoreImports |
tuple isDebugBuild = (python.lower().endswith('_d')) |
p3extend_frozen = None |
python = os.path.splitext(os.path.split(sys.executable)[1])[0] |