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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 9 eggs(b + d, c + f)
12 def eggs(x, y): function
test_urllib2.py 71 >>> Request(url, headers={"Spam-eggs": "blah"}).headers["Spam-eggs"]
73 >>> Request(url, headers={"spam-EggS": "blah"}).headers["Spam-eggs"]
76 Currently, Request(url, "Spam-eggs").headers["Spam-Eggs"] raises KeyError,
89 >>> r = Request(url, headers={"Spam-eggs": "blah"})
90 >>> r.has_header("Spam-eggs")
93 [('Spam-eggs', 'blah')]
98 [('Foo-bar', 'baz'), ('Spam-eggs', 'blah')
    [all...]
test_class.py 473 testme.eggs = "spam, spam, spam and ham"
474 self.assertCallStack([('__setattr__', (testme, "eggs",
test_httpservers.py 371 print "%%s, %%s, %%s" %% (form.getfirst("spam"), form.getfirst("eggs"),
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
514 path = self.handler.translate_path('/filename?a=b&spam=eggs#zot')
test_inspect.py 162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0))
164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0))
175 [' eggs(b + d, c + f)\n'], 0))
176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
237 self.assertEqual(functions, [('eggs', mod.eggs),
480 self.assertArgSpecEquals(mod.eggs, ['x', 'y'], formatted = '(x, y)')
    [all...]
test_argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 9 eggs(b + d, c + f)
12 def eggs(x, y): function
test_urllib2.py 71 >>> Request(url, headers={"Spam-eggs": "blah"}).headers["Spam-eggs"]
73 >>> Request(url, headers={"spam-EggS": "blah"}).headers["Spam-eggs"]
76 Currently, Request(url, "Spam-eggs").headers["Spam-Eggs"] raises KeyError,
89 >>> r = Request(url, headers={"Spam-eggs": "blah"})
90 >>> r.has_header("Spam-eggs")
93 [('Spam-eggs', 'blah')]
98 [('Foo-bar', 'baz'), ('Spam-eggs', 'blah')
    [all...]
test_class.py 473 testme.eggs = "spam, spam, spam and ham"
474 self.assertCallStack([('__setattr__', (testme, "eggs",
test_httpservers.py 371 print "%%s, %%s, %%s" %% (form.getfirst("spam"), form.getfirst("eggs"),
469 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
514 path = self.handler.translate_path('/filename?a=b&spam=eggs#zot')
test_inspect.py 162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0))
164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0))
175 [' eggs(b + d, c + f)\n'], 0))
176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
237 self.assertEqual(functions, [('eggs', mod.eggs),
480 self.assertArgSpecEquals(mod.eggs, ['x', 'y'], formatted = '(x, y)')
    [all...]
test_argparse.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 585 milliseconds