HomeSort by relevance Sort by last modified time
    Searched full:arg_to_text (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/unittest/
simple_mock.py 40 def arg_to_text(a): function in function:MockFunctionCall.__repr__
44 args_text = ', '.join([arg_to_text(a) for a in self.args])

Completed in 53 milliseconds