Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dinspect.py1536 def _check_class(klass, attr): function
1587 klass_result = _check_class(klass, attr)
1590 if (_check_class(type(klass_result), '__get__') is not _sentinel and
1591 _check_class(type(klass_result), '__set__') is not _sentinel):