MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / __init__

Method __init__

web/pgadmin/utils/csv_lib.py:523–526  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

521 strict = None
522
523 def __init__(self):
524 self.validate(self)
525 if self.__class__ != Dialect:
526 self._valid = True
527
528 @classmethod
529 def validate(cls, dialect):

Callers

nothing calls this directly

Calls 1

validateMethod · 0.95

Tested by

no test coverage detected