Panda3D
|
Public Member Functions | |
def | __init__ |
def | __cmp__ |
def | __repr__ |
def | asBinary |
def | asFilter |
def | asSource |
def | contents |
def | contents |
def | dependencies |
Public Attributes | |
name | |
path | |
typ |
A Python package. Note that contents() can be fooled by fancy __path__ statements.
def __init__ | ( | self, | |
nm, | |||
fullname | |||
) |
def __cmp__ | ( | self, | |
other | |||
) | [inherited] |
def __repr__ | ( | self | ) | [inherited] |
def asBinary | ( | self | ) | [inherited] |
Return self in binary form. Base implementation returns self
Reimplemented in moduleresource.
def asFilter | ( | self | ) |
Create a PkgFilter from self.
Reimplemented from resource.
def asSource | ( | self | ) | [inherited] |
Return self in source form. Base implementation returns self
Reimplemented in scriptresource, and moduleresource.
def contents | ( | self, | |
parent = None |
|||
) |
Return a list of subpackages and modules in self.
def contents | ( | self | ) | [inherited] |
A list of resources within this resource. Overridable. Base implementation returns [self]
def dependencies | ( | self | ) |
Return the list of accumulated dependencies of all modules in self.
Reimplemented from resource.
name [inherited] |
path [inherited] |
typ [inherited] |