direct.p3d.InstalledPackageData

from direct.p3d.InstalledPackageData import InstalledPackageData

Deprecated since version 1.10.0: The p3d packaging system has been replaced with the new setuptools-based system. See the Distributing Panda3D Applications manual section.

Inheritance diagram

Inheritance diagram of direct.p3d.InstalledPackageData

class InstalledPackageData(package, dirnode)[source]

Bases: object

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.

__init__(self, package, dirnode)[source]