Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_abc.c259 compute_abstract_methods(PyObject *self) in compute_abstract_methods() function
395 if (compute_abstract_methods(self) < 0) { in _abc__abc_init()