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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/
mock.py 190 def Expect(self, request, response=None, exception=None, **unused_kwargs):
202 # TODO(jasmuth): the unused_kwargs provides a placeholder for
215 def __call__(self, request, **unused_kwargs):
217 # values in these currently unused_kwargs, especially the
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_command_runner.py 56 def add_argument(self, *unused_args, **unused_kwargs):
68 def add_parser(self, unused_name, **unused_kwargs):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
tab_complete.py 300 def __call__(self, unused_prefix, **unused_kwargs):

Completed in 70 milliseconds