|
Ark
|
Classes | |
| class | PyBulletBackend |
Functions | |
| tuple[type, Optional[type]] | import_class_from_directory (Path path) |
| Load a class from path. | |
@file pybullet_backend.py @brief Backend implementation for running simulations in PyBullet.
| tuple[type, Optional[type]] pybullet_backend.import_class_from_directory | ( | Path | path | ) |
Load a class from path.
The helper searches for <ClassName>.py inside path and imports the class with the same name. If a Drivers class is present in the module its PYBULLET_DRIVER attribute is returned alongside the main class.
| path | Path to the directory containing the module. |