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

  /external/chromium_org/third_party/protobuf/python/
mox.py 133 def __init__(self, unknown_method_name):
137 # unknown_method_name: Method call that is not part of the mocked class's
139 unknown_method_name: str
143 self._unknown_method_name = unknown_method_name
    [all...]
  /external/protobuf/python/
mox.py 133 def __init__(self, unknown_method_name):
137 # unknown_method_name: Method call that is not part of the mocked class's
139 unknown_method_name: str
143 self._unknown_method_name = unknown_method_name
    [all...]

Completed in 312 milliseconds