HomeSort by relevance Sort by last modified time
    Searched refs:PyType_FromSpec (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Modules/
xxlimited.c 244 Xxo_Type = PyType_FromSpec(&Xxo_Type_spec);
258 o = PyType_FromSpec(&Xxo_Type_spec);
264 o = PyType_FromSpec(&Str_Type_spec);
270 o = PyType_FromSpec(&Null_Type_spec);
_testmultiphase.c 192 temp = PyType_FromSpec(&Example_Type_spec);
206 temp = PyType_FromSpec(&Str_Type_spec);
_curses_panel.c 507 v = PyType_FromSpec(&PyCursesPanel_Type_spec);
_tkinter.c     [all...]
_ssl.c     [all...]
  /external/python/cpython3/Include/
object.h 451 PyAPI_FUNC(PyObject*) PyType_FromSpec(PyType_Spec*);
    [all...]
  /external/python/cpython3/Objects/
typeobject.c     [all...]

Completed in 208 milliseconds