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

Function get_dialect

web/pgadmin/utils/csv_lib.py:494–498  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

492
493
494def get_dialect(name):
495 try:
496 return _dialect_registry[name]
497 except KeyError:
498 raise Error('Could not find dialect {0}'.format(name))
499
500
501def list_dialects():

Callers 3

__init__Method · 0.85
__init__Method · 0.85
extendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected