Searched refs:dict_new (Results 1 – 1 of 1) sorted by relevance
3454 dict_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dict_new() function3495 PyObject *self = dict_new((PyTypeObject *)type, NULL, NULL); in dict_vectorcall()3574 dict_new, /* tp_new */