|
Panda3D
|
Classes | |
| class | archiveresource |
| class | binaryresource |
| class | dataresource |
| class | dirresource |
| class | moduleresource |
| class | pkgresource |
| class | pythonresource |
| class | resource |
| class | scriptresource |
| class | treeresource |
| class | zlibresource |
Functions | |
| def | makeresource |
Variables | |
| dictionary | _cache = {} |
| tuple | s = scriptresource('finder.py', './finder.py') |
| def pyinst.resource.makeresource | ( | name, | |
xtrapath = None |
|||
| ) |
Factory function that returns a resource subclass. NAME is the logical or physical name of a resource. XTRAPTH is a path or list of paths to search first. return one of the resource subclasses. Warning - logical names can conflict; archive might return a directory, when the module archive.py was desired.
| dictionary _cache = {} |
| tuple s = scriptresource('finder.py', './finder.py') |
1.7.3