Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dinspect.py1701 def _check_class(klass, attr): function
1752 klass_result = _check_class(klass, attr)
1755 if (_check_class(type(klass_result), '__get__') is not _sentinel and
1756 _check_class(type(klass_result), '__set__') is not _sentinel):