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

  /external/chromium_org/third_party/protobuf/python/
mox.py 222 attr_to_replace = getattr(obj, attr_name)
223 if type(attr_to_replace) in self._USE_MOCK_OBJECT and not use_mock_anything:
224 stub = self.CreateMock(attr_to_replace)
    [all...]
  /external/protobuf/python/
mox.py 222 attr_to_replace = getattr(obj, attr_name)
223 if type(attr_to_replace) in self._USE_MOCK_OBJECT and not use_mock_anything:
224 stub = self.CreateMock(attr_to_replace)
    [all...]

Completed in 49 milliseconds