Panda3D
Loading...
Searching...
No Matches
InstalledHostData Class Reference

Public Member Functions

 __init__ (self, host, dirnode)
 

Public Attributes

str descriptiveName = self.host.descriptiveName
 
 host = host
 
str hostUrl = self.host.hostUrl
 
list packages = []
 
 pathname = dirnode.pathname
 
 totalSize = dirnode.getTotalSize()
 

Detailed Description

 A list of instances of this class is returned by
AppRunner.scanInstalledPackages().  Each of these corresponds to a
particular host that has provided packages that have been
installed on the local client. 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
host,
dirnode )

Member Data Documentation

◆ descriptiveName

str descriptiveName = self.host.descriptiveName

◆ host

host = host

◆ hostUrl

str hostUrl = self.host.hostUrl

◆ packages

list packages = []

◆ pathname

pathname = dirnode.pathname

◆ totalSize

totalSize = dirnode.getTotalSize()