Searched refs:PyType_GenericNew (Results 1 - 25 of 61) sorted by relevance

123

/external/python/cpython2/Doc/includes/
H A Dnoddy.c45 noddy_NoddyType.tp_new = PyType_GenericNew;
/external/python/cpython2/Modules/_sqlite/
H A Dprepare_protocol.c81 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
H A Dcache.c365 pysqlite_NodeType.tp_new = PyType_GenericNew;
366 pysqlite_CacheType.tp_new = PyType_GenericNew;
H A Dstatement.c546 pysqlite_StatementType.tp_new = PyType_GenericNew;
/external/python/cpython3/Doc/includes/
H A Dnoddy.c45 noddy_NoddyType.tp_new = PyType_GenericNew;
/external/python/cpython3/Modules/_sqlite/
H A Dprepare_protocol.c80 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
H A Dcache.c346 pysqlite_NodeType.tp_new = PyType_GenericNew;
347 pysqlite_CacheType.tp_new = PyType_GenericNew;
H A Dstatement.c542 pysqlite_StatementType.tp_new = PyType_GenericNew;
/external/python/cpython2/Python/
H A DPython-ast.c501 PyType_GenericNew, /* tp_new */
792 Load_singleton = PyType_GenericNew(Load_type, NULL, NULL);
796 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL);
800 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
804 AugLoad_singleton = PyType_GenericNew(AugLoad_type, NULL, NULL);
808 AugStore_singleton = PyType_GenericNew(AugStore_type, NULL, NULL);
812 Param_singleton = PyType_GenericNew(Param_type, NULL, NULL);
830 And_singleton = PyType_GenericNew(And_type, NULL, NULL);
834 Or_singleton = PyType_GenericNew(Or_type, NULL, NULL);
841 Add_singleton = PyType_GenericNew(Add_typ
[all...]
/external/python/cpython3/Python/
H A DPython-ast.c653 PyType_GenericNew, /* tp_new */
993 Load_singleton = PyType_GenericNew(Load_type, NULL, NULL);
997 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL);
1001 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
1005 AugLoad_singleton = PyType_GenericNew(AugLoad_type, NULL, NULL);
1009 AugStore_singleton = PyType_GenericNew(AugStore_type, NULL, NULL);
1013 Param_singleton = PyType_GenericNew(Param_type, NULL, NULL);
1029 And_singleton = PyType_GenericNew(And_type, NULL, NULL);
1033 Or_singleton = PyType_GenericNew(Or_type, NULL, NULL);
1040 Add_singleton = PyType_GenericNew(Add_typ
[all...]
/external/python/cpython2/Modules/
H A Dxxmodule.c348 Null_Type.tp_new = PyType_GenericNew;
H A Dbz2module.c1592 PyType_GenericNew, /*tp_new*/
1881 PyType_GenericNew, /*tp_new*/
2115 PyType_GenericNew, /*tp_new*/
H A D_lsprof.c858 PyType_GenericNew, /* tp_new */
/external/python/cpython2/Objects/
H A Dmoduleobject.c260 PyType_GenericNew, /* tp_new */
H A Dfuncobject.c730 PyType_GenericNew, /* tp_new */
882 PyType_GenericNew, /* tp_new */
/external/python/cpython3/Modules/
H A Dxxmodule.c345 Null_Type.tp_new = PyType_GenericNew;
H A Dxxlimited.c242 Null_Type_slots[1].pfunc = PyType_GenericNew;
H A D_bz2module.c410 PyType_GenericNew, /* tp_new */
762 PyType_GenericNew, /* tp_new */
H A D_lzmamodule.c884 PyType_GenericNew, /* tp_new */
1323 PyType_GenericNew, /* tp_new */
/external/python/cpython3/Objects/
H A Dfuncobject.c839 PyType_GenericNew, /* tp_new */
1017 PyType_GenericNew, /* tp_new */
/external/python/cpython2/Modules/_io/
H A Dbufferedio.c1632 PyType_GenericNew, /* tp_new */
2025 PyType_GenericNew, /* tp_new */
2302 PyType_GenericNew, /* tp_new */
2442 PyType_GenericNew, /* tp_new */
H A Diobase.c757 PyType_GenericNew, /* tp_new */
/external/python/cpython3/Modules/_io/
H A Dbufferedio.c2475 PyType_GenericNew, /* tp_new */
2562 PyType_GenericNew, /* tp_new */
2641 PyType_GenericNew, /* tp_new */
2736 PyType_GenericNew, /* tp_new */
H A Diobase.c821 PyType_GenericNew, /* tp_new */
/external/python/cpython2/Include/
H A Dobject.h451 PyAPI_FUNC(PyObject *) PyType_GenericNew(PyTypeObject *,

Completed in 495 milliseconds

123