|
The Assimilation Monitoring Project
|


Public Member Functions | |
| def | getplatformpaths |
| def | getdirs |
Static Public Attributes | |
| list | name_formats |
Definition at line 399 of file AssimCtypes.py.
| def cma::AssimCtypes::DarwinLibraryLoader::getdirs | ( | self, | |
| libname | |||
| ) |
Implements the dylib search as specified in Apple documentation:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
DynamicLibraries/Articles/DynamicLibraryUsageGuidelines.html
Before commencing the standard search, the method first checks
the bundle's ``Frameworks`` directory if the application is running
within a bundle (OS X .app).
Definition at line 413 of file AssimCtypes.py.
| def cma::AssimCtypes::DarwinLibraryLoader::getplatformpaths | ( | self, | |
| libname | |||
| ) |
Reimplemented from cma::AssimCtypes::LibraryLoader.
Definition at line 403 of file AssimCtypes.py.
list cma::AssimCtypes::DarwinLibraryLoader::name_formats [static] |
["lib%s.dylib", "lib%s.so", "lib%s.bundle", "%s.dylib", "%s.so", "%s.bundle", "%s"]
Definition at line 400 of file AssimCtypes.py.