Home
last modified time | relevance | path

Searched refs:rowdicts (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcsv.py154 def writerows(self, rowdicts): argument
156 for rowdict in rowdicts:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcsv.py150 def writerows(self, rowdicts): argument
152 for rowdict in rowdicts: