HomeSort by relevance Sort by last modified time
    Searched refs:_mock_parent (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/pymock/
mock.py 386 '_mock_side_effect', '_mock_parent', '_mock_new_parent',
435 (value._mock_parent is not None) or
451 value._mock_parent = parent
486 __dict__['_mock_parent'] = parent
523 mock._mock_parent = None
971 do_method_calls = self._mock_parent is not None
993 do_method_calls = _new_parent._mock_parent is not None
    [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py 282 '_mock_side_effect', '_mock_parent', '_mock_new_parent',
331 (value._mock_parent is not None) or
347 value._mock_parent = parent
389 __dict__['_mock_parent'] = parent
429 mock._mock_parent = None
927 do_method_calls = self._mock_parent is not None
949 do_method_calls = _new_parent._mock_parent is not None
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 279 '_mock_side_effect', '_mock_parent', '_mock_new_parent',
327 (value._mock_parent is not None) or
343 value._mock_parent = parent
385 __dict__['_mock_parent'] = parent
425 mock._mock_parent = None
956 do_method_calls = self._mock_parent is not None
978 do_method_calls = _new_parent._mock_parent is not None
    [all...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testmock.py 71 self.assertIsNone(mock._mock_parent,
217 self.assertEqual(mock._mock_parent, parent,
456 self.assertEqual(something._mock_parent, mock,
    [all...]

Completed in 136 milliseconds