Home
last modified time | relevance | path

Searched refs:has_data (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dinstall.py659 def has_data (self): member in install
668 ('install_data', has_data),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py222 if self.has_data():
232 def has_data(self): member in Request
1002 if req.has_data():
1102 if request.has_data(): # POST
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py926 self.assertTrue(not o.req.has_data())
1268 self.assertTrue(not self.get.has_data())
1271 self.assertTrue(self.get.has_data())