Home
last modified time | relevance | path

Searched refs:Py_tp_init (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dtypeslots.h67 #define Py_tp_init 60 macro
/external/python/cpython3/Modules/
D_testcapimodule.c6249 {Py_tp_init, heapctype_init},
6277 {Py_tp_init, heapctype_init},
6319 {Py_tp_init, heapctypesubclass_init},
6383 initproc base_init = PyType_GetSlot(base, Py_tp_init); in heapctypesubclasswithfinalizer_init()
6436 {Py_tp_init, heapctypesubclasswithfinalizer_init},
6609 {Py_tp_init, heapctypesetattr_init},
Dselectmodule.c1929 {Py_tp_init, kqueue_event_init},
D_struct.c2064 {Py_tp_init, Struct___init__},
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc787 {Py_tp_init, reinterpret_cast<void*>(EagerTensor_init)},
/external/python/cpython3/Python/
DPython-ast.c1029 {Py_tp_init, ast_type_init},