Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_inspect.py2258 def _isdesc(obj): function
2263 with unittest.mock.patch('inspect.ismethoddescriptor', _isdesc):