Home
last modified time | relevance | path

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

/external/pdfium/third_party/pymock/
Dmock.py243 def _instance_callable(obj): function
256 if _instance_callable(base):
1327 _instance_callable(this_spec)):
2177 elif is_type and instance and not _instance_callable(spec):
/external/python/mock/mock/
Dmock.py254 def _instance_callable(obj): function
274 if _instance_callable(base):
1428 _instance_callable(this_spec)):
2309 elif is_type and instance and not _instance_callable(spec):
/external/python/cpython2/Lib/test/
D_mock_backport.py154 def _instance_callable(obj): function
1273 _instance_callable(this_spec)):
2129 elif is_type and instance and not _instance_callable(spec):
/external/python/cpython3/Lib/unittest/
Dmock.py135 def _instance_callable(obj): function
1327 _instance_callable(this_spec)):
2193 elif is_type and instance and not _instance_callable(spec):