MCPcopy Index your code
hub / github.com/RustPython/RustPython / _validate

Method _validate

Lib/csv.py:111–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 self._validate()
110
111 def _validate(self):
112 try:
113 _Dialect(self)
114 except TypeError as e:
115 # Re-raise to get a traceback showing more user code.
116 raise Error(str(e)) from None
117
118class excel(Dialect):
119 """Describe the usual properties of Excel-generated CSV files."""

Callers 1

__init__Method · 0.95

Calls 2

strFunction · 0.85
ErrorClass · 0.70

Tested by

no test coverage detected