Searched refs:_Py_GetDXProfile (Results 1 – 2 of 2) sorted by relevance
900 extern PyObject *_Py_GetDXProfile(PyObject *, PyObject *);944 {"getdxp", _Py_GetDXProfile, METH_VARARGS},
5215 _Py_GetDXProfile(PyObject *self, PyObject *args) in _Py_GetDXProfile() function