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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 359 def add_ordered_mock_handlers(opener, meth_spec):
362 meth_spec: list of lists of tuples and strings defining methods to define
380 for meths in meth_spec:
465 meth_spec = [
469 handlers = add_ordered_mock_handlers(o, meth_spec)
477 meth_spec = [
483 handlers = add_ordered_mock_handlers(o, meth_spec)
521 meth_spec = [
525 handlers = add_ordered_mock_handlers(o, meth_spec)
539 meth_spec =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 359 def add_ordered_mock_handlers(opener, meth_spec):
362 meth_spec: list of lists of tuples and strings defining methods to define
380 for meths in meth_spec:
465 meth_spec = [
469 handlers = add_ordered_mock_handlers(o, meth_spec)
477 meth_spec = [
483 handlers = add_ordered_mock_handlers(o, meth_spec)
521 meth_spec = [
525 handlers = add_ordered_mock_handlers(o, meth_spec)
539 meth_spec =
    [all...]

Completed in 152 milliseconds