Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dinspect.py1563 def _static_getmro(klass): function
1576 for entry in _static_getmro(klass):
1586 _static_getmro(obj)
1593 for entry in _static_getmro(klass):
1640 for entry in _static_getmro(type(klass)):