moduleresource
from direct.pyinst.resource import moduleresource
A module resource (differs from script in that it will generally be worked with as a .pyc instead of in source form)
Inheritance:
moduleresource
:
Methods of moduleresource:
__init__
asBinary
asSource
__init__
def __init__(self, name, fullname)
Undocumented function.
asBinary
def asBinary(self)
Return self as a dataresource (ie, a binary file wrapper).
asSource
def asSource(self)
Return self as a scriptresource (ie, uncompiled form).