LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
Go to the source code of this file.
Namespaces | |
lsstimport | |
Functions | |
def | lsstimport.imp_load_module (name, args) |
Variables | |
tuple | lsstimport.SHARED_LIB_EXTENSION_LIST = ('.so', '.dylib') |
tuple | lsstimport.LIB_EXCEPTION_LIST = ('_lsstcppimport.so',) |
lsstimport.RTLD_GLOBAL = None | |
lsstimport.RTLD_NOW = None | |
tuple | lsstimport.options = ('os', 'DLFCN', 'ctypes') |
lsstimport.m = importlib.import_module(mod) | |
lsstimport.DLFLAGS = RTLD_GLOBAL | RTLD_NOW | |
lsstimport.orig_imp_load_module = imp.load_module | |
lsstimport.load_module | |
lsstimport.file | |