Home
last modified time | relevance | path

Searched refs:PyInit_xxsubtype (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/PC/
Dconfig.c37 extern PyObject* PyInit_xxsubtype(void);
135 {"xxsubtype", PyInit_xxsubtype},
/external/python/cpython3/android/bionic/
Dconfig.c96 extern PyObject* PyInit_xxsubtype(void);
179 {"xxsubtype", PyInit_xxsubtype},
/external/python/cpython3/android/linux_x86_64/
Dconfig.c97 extern PyObject* PyInit_xxsubtype(void);
181 {"xxsubtype", PyInit_xxsubtype},
/external/python/cpython3/android/darwin_x86_64/
Dconfig.c98 extern PyObject* PyInit_xxsubtype(void);
182 {"xxsubtype", PyInit_xxsubtype},
/external/python/cpython3/Modules/
Dxxsubtype.c311 PyInit_xxsubtype(void) in PyInit_xxsubtype() function