Panda3D
|
Public Member Functions | |
def | __init__ (self, package) |
def | fromFile (self, packageDir, patchFilename, sourceFile, targetFile) |
def | getSourceKey (self) |
def | getTargetKey (self) |
def | loadXml (self, xpatch) |
def | makeXml (self, package) |
Public Attributes | |
file | |
fromPv | |
hostUrl | |
package | |
packageName | |
platform | |
sourceFile | |
targetFile | |
toPv | |
version | |
A single patchfile for a package.
def __init__ | ( | self, | |
package | |||
) |
def fromFile | ( | self, | |
packageDir, | |||
patchFilename, | |||
sourceFile, | |||
targetFile | |||
) |
Creates the data structures from an existing patchfile on disk.
def getSourceKey | ( | self | ) |
Returns the key for locating the package that this patchfile can be applied to.
def getTargetKey | ( | self | ) |
Returns the key for locating the package that this patchfile will generate.
def loadXml | ( | self, | |
xpatch | |||
) |
Reads the data structures from an xml file.
def makeXml | ( | self, | |
package | |||
) |
file |
fromPv |
hostUrl |
package |
packageName |
platform |
sourceFile |
targetFile |
toPv |
version |