Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcsv.py128 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
132 if extrasaction.lower() not in ("raise", "ignore"):
135 extrasaction)
136 self.extrasaction = extrasaction
144 if self.extrasaction == "raise":
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcsv.py124 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
128 if extrasaction.lower() not in ("raise", "ignore"):
131 extrasaction)
132 self.extrasaction = extrasaction
140 if self.extrasaction == "raise":