Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dinspect.py1524 def _static_getmro(klass): function
1537 for entry in _static_getmro(klass):
1547 _static_getmro(obj)
1554 for entry in _static_getmro(klass):
1601 for entry in _static_getmro(type(klass)):