|
Panda3D
|
Inherits sys.
Public Member Functions | |
| def | __init__ |
| def | __getattr__ |
| def | __load__ |
Represents a submodule of 'panda3d' that represents a dynamic library. This dynamic library is loaded when something is accessed from the module.
| def __init__ | ( | self, | |
| name, | |||
| library | |||
| ) |
| def __getattr__ | ( | self, | |
| name | |||
| ) |
| def __load__ | ( | self | ) |
Forces the library to be loaded right now.
1.7.3