Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
D_mock_backport.py148 def _is_list(obj): function
451 if spec is not None and not _is_list(spec):
1246 if _is_list(this_spec):
1272 if (not _is_list(this_spec) and not
2104 if _is_list(spec):
/external/pdfium/third_party/pymock/
Dmock.py237 def _is_list(obj): function
543 if spec is not None and not _is_list(spec):
1300 if _is_list(this_spec):
1326 if (not _is_list(this_spec) and not
2154 if _is_list(spec):
/external/python/mock/mock/
Dmock.py228 def _is_list(obj): function
560 if spec is not None and not _is_list(spec):
1426 if _is_list(this_spec):
1452 if (not _is_list(this_spec) and not
2333 if _is_list(spec):
/external/python/cpython3/Lib/unittest/
Dmock.py148 def _is_list(obj): function
495 if spec is not None and not _is_list(spec):
1439 if _is_list(this_spec):
1467 if (not _is_list(this_spec) and not
2588 if _is_list(spec):