Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_abc.c116 _get_impl(PyObject *module, PyObject *self) in _get_impl() function
220 _abc_data *impl = _get_impl(module, self); in _abc__reset_registry()
247 _abc_data *impl = _get_impl(module, self); in _abc__reset_caches()
282 _abc_data *impl = _get_impl(module, self); in _abc__get_dump()
488 _abc_data *impl = _get_impl(module, self); in _abc__abc_register_impl()
522 _abc_data *impl = _get_impl(module, self); in _abc__abc_instancecheck_impl()
619 _abc_data *impl = _get_impl(module, self); in _abc__abc_subclasscheck_impl()