/external/python/cpython2/Doc/includes/ |
H A D | noddy.c | 45 noddy_NoddyType.tp_new = PyType_GenericNew;
|
/external/python/cpython2/Modules/_sqlite/ |
H A D | prepare_protocol.c | 81 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
|
H A D | cache.c | 365 pysqlite_NodeType.tp_new = PyType_GenericNew; 366 pysqlite_CacheType.tp_new = PyType_GenericNew;
|
H A D | statement.c | 546 pysqlite_StatementType.tp_new = PyType_GenericNew;
|
/external/python/cpython3/Doc/includes/ |
H A D | noddy.c | 45 noddy_NoddyType.tp_new = PyType_GenericNew;
|
/external/python/cpython3/Modules/_sqlite/ |
H A D | prepare_protocol.c | 80 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
|
H A D | cache.c | 346 pysqlite_NodeType.tp_new = PyType_GenericNew; 347 pysqlite_CacheType.tp_new = PyType_GenericNew;
|
H A D | statement.c | 542 pysqlite_StatementType.tp_new = PyType_GenericNew;
|
/external/python/cpython2/Python/ |
H A D | Python-ast.c | 501 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 D | Python-ast.c | 653 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 D | xxmodule.c | 348 Null_Type.tp_new = PyType_GenericNew;
|
H A D | bz2module.c | 1592 PyType_GenericNew, /*tp_new*/ 1881 PyType_GenericNew, /*tp_new*/ 2115 PyType_GenericNew, /*tp_new*/
|
H A D | _lsprof.c | 858 PyType_GenericNew, /* tp_new */
|
/external/python/cpython2/Objects/ |
H A D | moduleobject.c | 260 PyType_GenericNew, /* tp_new */
|
H A D | funcobject.c | 730 PyType_GenericNew, /* tp_new */ 882 PyType_GenericNew, /* tp_new */
|
/external/python/cpython3/Modules/ |
H A D | xxmodule.c | 345 Null_Type.tp_new = PyType_GenericNew;
|
H A D | xxlimited.c | 242 Null_Type_slots[1].pfunc = PyType_GenericNew;
|
H A D | _bz2module.c | 410 PyType_GenericNew, /* tp_new */ 762 PyType_GenericNew, /* tp_new */
|
H A D | _lzmamodule.c | 884 PyType_GenericNew, /* tp_new */ 1323 PyType_GenericNew, /* tp_new */
|
/external/python/cpython3/Objects/ |
H A D | funcobject.c | 839 PyType_GenericNew, /* tp_new */ 1017 PyType_GenericNew, /* tp_new */
|
/external/python/cpython2/Modules/_io/ |
H A D | bufferedio.c | 1632 PyType_GenericNew, /* tp_new */ 2025 PyType_GenericNew, /* tp_new */ 2302 PyType_GenericNew, /* tp_new */ 2442 PyType_GenericNew, /* tp_new */
|
H A D | iobase.c | 757 PyType_GenericNew, /* tp_new */
|
/external/python/cpython3/Modules/_io/ |
H A D | bufferedio.c | 2475 PyType_GenericNew, /* tp_new */ 2562 PyType_GenericNew, /* tp_new */ 2641 PyType_GenericNew, /* tp_new */ 2736 PyType_GenericNew, /* tp_new */
|
H A D | iobase.c | 821 PyType_GenericNew, /* tp_new */
|
/external/python/cpython2/Include/ |
H A D | object.h | 451 PyAPI_FUNC(PyObject *) PyType_GenericNew(PyTypeObject *,
|