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.c51 abc_data_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in abc_data_new() function
75 .tp_new = abc_data_new,
400 data = abc_data_new(&_abc_data_type, NULL, NULL); in _abc__abc_init()