ID EN
Sys

getdlopenflags

Python 3.11

Return the current value of the flags that are used for dlopen() calls. Symbolic names for the flag values can be found in the os module (RTLD_xxx constants, e.g. os.RTLD_LAZY).

Syntax

PYTHON
sys.getdlopenflags()

See Also

os os.RTLD_LAZY Availability