MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _validate

Method _validate

tools/python-3.11.9-amd64/Lib/csv.py:47–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 self._validate()
46
47 def _validate(self):
48 try:
49 _Dialect(self)
50 except TypeError as e:
51 # We do this for compatibility with py2.3
52 raise Error(str(e))
53
54class excel(Dialect):
55 """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