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

Method defaults

web/pgadmin/utils/csv_lib.py:567–578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

565
566 @staticmethod
567 def defaults():
568 return {
569 'delimiter': ',',
570 'doublequote': True,
571 'escapechar': None,
572 'lineterminator': '\r\n',
573 'quotechar': '"',
574 'quoting': QUOTE_MINIMAL,
575 'skipinitialspace': False,
576 'strict': False,
577 'replace_nulls_with': None
578 }
579
580 @classmethod
581 def extend(cls, dialect, fmtparams=None):

Callers 2

extendMethod · 0.45
combineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected