Panda3D
|
Functions | |
def | Dependencies |
def | GetCompiled |
Variables | |
MF = modulefinder |
def pyinst.archivebuilder.Dependencies | ( | script | ) |
Get a logical TOC directly from the dependencies of a script. The returned TOC does NOT contain the script. It does contain extension modules. Uses modulefinder.
def pyinst.archivebuilder.GetCompiled | ( | seq, | |
lvl = 'c' |
|||
) |
SEQ is a list of .py files, or a logical TOC. Return as .pyc or .pyo files (LVL) after ensuring their existence
MF = modulefinder |