Searched refs:get_method (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_upload.py | 120 self.assertEqual(self.last_open.req.get_method(), 'POST')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_urllib2.py | 924 self.assertEqual(o.req.get_method(), "GET") 1264 self.assertEqual("POST", self.post.get_method()) 1265 self.assertEqual("GET", self.get.get_method()) 1269 self.assertEqual("GET", self.get.get_method()) 1272 self.assertEqual("POST", self.get.get_method())
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | urllib2.py | 221 def get_method(self): member in Request 541 m = req.get_method() 1008 A2 = "%s:%s" % (req.get_method(), 1168 h.request(req.get_method(), req.get_selector(), req.data, headers)
|