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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
test_six.py 357 def stock_method_name(iterwhat): function in function:test_dictionary_iterators
373 setattr(MyDict, stock_method_name('lists'), f)
386 old = getattr(MyDict, stock_method_name(name))
387 monkeypatch.setattr(MyDict, stock_method_name(name), with_kw)
396 def stock_method_name(viewwhat): function in function:test_dictionary_views
  /external/chromium-trace/catapult/third_party/six/
test_six.py 377 def stock_method_name(iterwhat): function in function:test_dictionary_iterators
393 setattr(MyDict, stock_method_name('lists'), f)
406 old = getattr(MyDict, stock_method_name(name))
407 monkeypatch.setattr(MyDict, stock_method_name(name), with_kw)
416 def stock_method_name(viewwhat): function in function:test_dictionary_views

Completed in 496 milliseconds