Home
last modified time | relevance | path

Searched refs:sys_setdlopenflags (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h582 {"setdlopenflags", (PyCFunction)sys_setdlopenflags, METH_O, sys_setdlopenflags__doc__},
588 sys_setdlopenflags(PyObject *module, PyObject *arg) in sys_setdlopenflags() function
/external/python/cpython2/Python/
Dsysmodule.c629 sys_setdlopenflags(PyObject *self, PyObject *args) in sys_setdlopenflags() function
978 {"setdlopenflags", sys_setdlopenflags, METH_VARARGS,