direct.p3d.InstalledHostData

from direct.p3d.InstalledHostData import InstalledHostData

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.InstalledHostData

class InstalledHostData(host, dirnode)[source]

Bases: object

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.

__init__(self, host, dirnode)[source]