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

Method __init__

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

Source from the content-addressed store, hash-verified

40 quoting = None
41
42 def __init__(self):
43 if self.__class__ != Dialect:
44 self._valid = True
45 self._validate()
46
47 def _validate(self):
48 try:

Callers

nothing calls this directly

Calls 1

_validateMethod · 0.95

Tested by

no test coverage detected