Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_abc.c75 abc_data_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in abc_data_new() function
101 {Py_tp_new, abc_data_new},
439 data = abc_data_new(state->_abc_data_type, NULL, NULL); in _abc__abc_init()