|
Panda3D
|
Public Member Functions | |
| __init__ (self, platform, hostDir, hostUrl) | |
| getHost (self, hostUrl) | |
| installPackage (self, name, version, hostUrl=None) | |
Public Attributes | |
| hostDir = Filename(hostDir) | |
| dict | hosts = {} |
| hostUrl = hostUrl | |
| http = core.HTTPClient.getGlobalPtr() | |
| dict | packages = {} |
| platform = platform | |
A class used internally to build a temporary package tree for inclusion into an installer.
| __init__ | ( | self, | |
| platform, | |||
| hostDir, | |||
| hostUrl ) |
| getHost | ( | self, | |
| hostUrl ) |
| installPackage | ( | self, | |
| name, | |||
| version, | |||
| hostUrl = None ) |
Installs the named package into the tree.
| hostDir = Filename(hostDir) |
| dict hosts = {} |
| hostUrl = hostUrl |
| http = core.HTTPClient.getGlobalPtr() |
| dict packages = {} |
| platform = platform |