Home
last modified time | relevance | path

Searched refs:call_PyType_GenericNew (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h6465 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()
H A Dif_python3.c918 call_PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds) in call_PyType_GenericNew() function