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

Public Member Functions

 __init__ (self, package, dirnode)
 

Public Attributes

 displayName = self.package.getFormattedName()
 
 lastUse = None
 
 package = package
 
 pathname = dirnode.pathname
 
 totalSize = dirnode.getTotalSize()
 

Detailed Description

 A list of instances of this class is maintained by
InstalledHostData (which is in turn returned by
AppRunner.scanInstalledPackages()).  Each of these corresponds to
a particular package that has been installed on the local
client. 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
package,
dirnode )

Member Data Documentation

◆ displayName

displayName = self.package.getFormattedName()

◆ lastUse

lastUse = None

◆ package

package = package

◆ pathname

pathname = dirnode.pathname

◆ totalSize

totalSize = dirnode.getTotalSize()