Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __init__
Method
__init__
Lib/csv.py:106–109 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
quoting = None
105
106
def
__init__(self):
107
if
self.__class__ != Dialect:
108
self._valid = True
109
self._validate()
110
111
def
_validate(self):
112
try
:
Callers
nothing calls this directly
Calls
1
_validate
Method · 0.95
Tested by
no test coverage detected