Home
last modified time | relevance | path

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

/external/protobuf/python/
Dmox.py164 def CreateMock(self, class_to_mock): argument
175 new_mock = MockObject(class_to_mock)
362 def __init__(self, class_to_mock): argument
379 self._class_to_mock = class_to_mock
380 for method in dir(class_to_mock):
381 if callable(getattr(class_to_mock, method)):