|
Panda3D
|
Public Member Functions | |
| def | libimport |
Static Public Attributes | |
| tuple | dll_exts = ('.pyd', '.so') |
| string | dll_suffix = '' |
| tuple | dll_suffix = getattr(sys, 'dll_suffix', None) |
| imp = imp | |
| os = os | |
| prepared = False | |
| sys = sys | |
| def libimport | ( | cls, | |
| name | |||
| ) |
Imports and returns the specified library name. The provided library name has to be without dll extension.
tuple dll_exts = ('.pyd', '.so') [static] |
string dll_suffix = '' [static] |
tuple dll_suffix = getattr(sys, 'dll_suffix', None) [static] |
prepared = False [static] |
1.7.3