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

Function get_driver

web/pgadmin/utils/driver/__init__.py:15–20  ·  view source on GitHub ↗
(_type, app=None)

Source from the content-addressed store, hash-verified

13
14
15def get_driver(_type, app=None):
16
17 if app is not None:
18 DriverRegistry.load_modules(app)
19
20 return DriverRegistry.get(_type)
21
22
23def init_app(app):

Callers 15

current_user_cleanupFunction · 0.90
childrenMethod · 0.90
utilsFunction · 0.90
has_nodesMethod · 0.90
parse_priv_to_dbFunction · 0.90
update_session_managerFunction · 0.90
get_nodesMethod · 0.90
registerMethod · 0.90
nodesMethod · 0.90
nodeMethod · 0.90

Calls 1

getMethod · 0.45

Tested by 5

__init__Method · 0.72
__init__Method · 0.72
__init__Method · 0.72
runTestMethod · 0.72
runTestMethod · 0.72