Searched refs:getallmatchingheaders (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DCGIHTTPServer.py202 for line in self.headers.getallmatchingheaders('accept'):
H A Drfc822.py228 def getallmatchingheaders(self, name): member in class:Message
253 This is similar to getallmatchingheaders, but it returns only the
305 for s in self.getallmatchingheaders(name):
341 for h in self.getallmatchingheaders(name):

Completed in 777 milliseconds