Searched refs:call_PyType_GenericNew (Results 1 – 2 of 2) sorted by relevance
6465 OutputType.tp_new = call_PyType_GenericNew; in init_structs()6500 BufferType.tp_new = call_PyType_GenericNew; in init_structs()6521 WindowType.tp_new = call_PyType_GenericNew; in init_structs()6539 TabPageType.tp_new = call_PyType_GenericNew; in init_structs()6583 RangeType.tp_new = call_PyType_GenericNew; in init_structs()
918 call_PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds) in call_PyType_GenericNew() function