Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
494
def
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
501
def
list_dialects():
Callers
3
__init__
Method · 0.85
__init__
Method · 0.85
extend
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected