Home
last modified time | relevance | path

Searched refs:PyType_GenericNew (Results 1 – 25 of 32) sorted by relevance

12

/external/python/cpython3/Modules/_testcapi/
Ddocstring.c147 .tp_new = PyType_GenericNew,
188 .tp_new = PyType_GenericNew,
/external/python/cpython3/Doc/includes/newtypes/
Dcustom.c16 .tp_new = PyType_GenericNew,
/external/python/cpython3/Python/
DPython-ast.c5367 {Py_tp_new, PyType_GenericNew},
5932 state->Load_singleton = PyType_GenericNew((PyTypeObject *)state->Load_type, in init_types()
5939 state->Store_singleton = PyType_GenericNew((PyTypeObject in init_types()
5945 state->Del_singleton = PyType_GenericNew((PyTypeObject *)state->Del_type, in init_types()
5955 state->And_singleton = PyType_GenericNew((PyTypeObject *)state->And_type, in init_types()
5961 state->Or_singleton = PyType_GenericNew((PyTypeObject *)state->Or_type, in init_types()
5972 state->Add_singleton = PyType_GenericNew((PyTypeObject *)state->Add_type, in init_types()
5978 state->Sub_singleton = PyType_GenericNew((PyTypeObject *)state->Sub_type, in init_types()
5984 state->Mult_singleton = PyType_GenericNew((PyTypeObject *)state->Mult_type, in init_types()
5991 state->MatMult_singleton = PyType_GenericNew((PyTypeObject in init_types()
[all …]
/external/python/cpython3/Modules/
D_testclinic.c1280 .tp_new = PyType_GenericNew,
1383 .tp_new = PyType_GenericNew,
1414 .tp_new = PyType_GenericNew,
1464 .tp_new = PyType_GenericNew,
1494 .tp_new = PyType_GenericNew,
Dxxmodule.c309 PyType_GenericNew, /*tp_new*/
Dxxlimited_35.c248 Null_Type_slots[1].pfunc = PyType_GenericNew; in xx_modexec()
D_randommodule.c591 {Py_tp_new, PyType_GenericNew},
D_testcapimodule.c318 PyType_GenericNew, /* tp_new */
3589 PyType_GenericNew, /* tp_new */
3612 .tp_new = PyType_GenericNew
3860 .tp_new = PyType_GenericNew,
3882 .tp_new = PyType_GenericNew,
3904 .tp_new = PyType_GenericNew,
D_asynciomodule.c1478 {Py_tp_new, PyType_GenericNew},
2638 {Py_tp_new, PyType_GenericNew},
Dselectmodule.c1948 {Py_tp_new, PyType_GenericNew},
/external/pytorch/torch/csrc/utils/
Ddisable_torch_function.cpp121 PyType_GenericNew, /* tp_new */
196 PyType_GenericNew, /* tp_new */
/external/python/cpython3/Doc/extending/
Dnewtypes_tutorial.rst97 .tp_new = PyType_GenericNew,
169 implementation provided by the API function :c:func:`PyType_GenericNew`. ::
171 .tp_new = PyType_GenericNew,
310 types will simply reuse :c:func:`PyType_GenericNew` as done in the first
874 slot with :c:func:`PyType_GenericNew` -- the allocation function from the base
/external/python/cpython3/Objects/
Dfuncobject.c1302 PyType_GenericNew, /* tp_new */
1496 PyType_GenericNew, /* tp_new */
Ddescrobject.c2078 PyType_GenericNew, /* tp_new */
Dbytearrayobject.c2428 PyType_GenericNew, /* tp_new */
/external/python/watchdog/src/
Dwatchdog_fsevents.c241 .tp_new = PyType_GenericNew,
/external/python/cpython3/Include/
Dobject.h556 PyAPI_FUNC(PyObject *) PyType_GenericNew(PyTypeObject *,
/external/pytorch/torch/csrc/autograd/
Dpython_torch_functions_manual.cpp596 PyType_GenericNew(&THPVariableFunctions, Py_None, Py_None); in initTorchFunctions()
Dprofiler_python.cpp594 PyType_GenericNew, /* tp_new */
/external/python/cpython3/Doc/data/
Drefcounts.dat2360 PyType_GenericNew:PyObject*::+1:
2361 PyType_GenericNew:PyObject*:type:0:
2362 PyType_GenericNew:PyObject*:args:0:
2363 PyType_GenericNew:PyObject*:kwds:0:
Dstable_abi.dat683 func,PyType_GenericNew,3.2,,
/external/python/cpython3/PC/
Dpython3dll.c643 EXPORT_FUNC(PyType_GenericNew)
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1928 TFE_Py_Tape_Type.tp_new = PyType_GenericNew; in TFE_Py_TapeSetNew()
2288 TFE_Py_VariableWatcher_Type.tp_new = PyType_GenericNew;
2909 TFE_Py_ForwardAccumulator_Type.tp_new = PyType_GenericNew;
/external/python/cpython3/Doc/c-api/
Dtype.rst155 .. c:function:: PyObject* PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds)
/external/python/cpython3/Misc/
Dstable_abi.toml1393 [function.PyType_GenericNew]

12