Home
last modified time | relevance | path

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

123

/dports/textproc/py-agate/agate-1.6.3/agate/
H A Dcsv_py2.py143 def __init__(self, f, fieldnames, restval='', extrasaction='raise', *args, **kwds): argument
147 if extrasaction.lower() not in ('raise', 'ignore'):
148 raise ValueError('extrasaction (%s) must be "raise" or "ignore"' % extrasaction)
150 self.extrasaction = extrasaction
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dcsv.py131 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
135 if extrasaction.lower() not in ("raise", "ignore"):
137 % extrasaction)
138 self.extrasaction = extrasaction
146 if self.extrasaction == "raise":
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dcsv.py131 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
135 if extrasaction.lower() not in ("raise", "ignore"):
137 % extrasaction)
138 self.extrasaction = extrasaction
146 if self.extrasaction == "raise":
/dports/lang/python310/Python-3.10.1/Lib/
H A Dcsv.py131 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
135 if extrasaction.lower() not in ("raise", "ignore"):
137 % extrasaction)
138 self.extrasaction = extrasaction
146 if self.extrasaction == "raise":
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A 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":
/dports/lang/python37/Python-3.7.12/Lib/
H A Dcsv.py132 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
136 if extrasaction.lower() not in ("raise", "ignore"):
138 % extrasaction)
139 self.extrasaction = extrasaction
147 if self.extrasaction == "raise":
/dports/lang/python38/Python-3.8.12/Lib/
H A Dcsv.py131 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
135 if extrasaction.lower() not in ("raise", "ignore"):
137 % extrasaction)
138 self.extrasaction = extrasaction
146 if self.extrasaction == "raise":
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dcsv.py131 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
135 if extrasaction.lower() not in ("raise", "ignore"):
137 % extrasaction)
138 self.extrasaction = extrasaction
146 if self.extrasaction == "raise":
/dports/lang/python27/Python-2.7.18/Lib/
H A 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":
/dports/lang/python39/Python-3.9.9/Lib/
H A Dcsv.py131 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
135 if extrasaction.lower() not in ("raise", "ignore"):
137 % extrasaction)
138 self.extrasaction = extrasaction
146 if self.extrasaction == "raise":
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A 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":
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A 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":
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dcsv.py131 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
135 if extrasaction.lower() not in ("raise", "ignore"):
137 % extrasaction)
138 self.extrasaction = extrasaction
146 if self.extrasaction == "raise":
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dcsv.py131 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
135 if extrasaction.lower() not in ("raise", "ignore"):
137 % extrasaction)
138 self.extrasaction = extrasaction
146 if self.extrasaction == "raise":
/dports/devel/py-linear-tsv/linear-tsv-1.1.0/
H A Dtsv.py193 def __init__(self, f, fieldnames, restval='', extrasaction='raise'): argument
195 restval=restval, extrasaction=extrasaction)
/dports/devel/py-unicodecsv/unicodecsv-0.14.1/unicodecsv/
H A Dpy3.py75 extrasaction='raise', dialect='excel', encoding='utf-8', argument
78 extrasaction, dialect, *args, **kwds)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dcsv.pyi83 extrasaction: str
90 extrasaction: str = ...,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dcsv.pyi78 extrasaction: str
85 extrasaction: str = ...,
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dcsv.pyi85 extrasaction: str
92 extrasaction: str = ...,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dcsv.pyi83 extrasaction: str
90 extrasaction: str = ...,
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dcsv.pyi87 extrasaction: str
94 extrasaction: str = ...,
/dports/devel/py-csv23/csv23-0.3.2/csv23/
H A Dwriters.py65 def __init__(self, f, fieldnames, restval='', extrasaction='raise', argument
69 extrasaction)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/backports/
H A Dcsv.py662 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
666 if extrasaction.lower() not in ("raise", "ignore"):
668 % extrasaction)
669 self.extrasaction = extrasaction
677 if self.extrasaction == "raise":
/dports/devel/py-backports.csv/backports.csv-1.0.7/src/backports/
H A Dcsv.py662 def __init__(self, f, fieldnames, restval="", extrasaction="raise", argument
666 if extrasaction.lower() not in ("raise", "ignore"):
668 % extrasaction)
669 self.extrasaction = extrasaction
677 if self.extrasaction == "raise":
/dports/devel/py-bandit/bandit-1.7.1/bandit/formatters/
H A Dcsv.py67 extrasaction='ignore')

123