Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ _connect
Method
_connect
web/db.py:700–701 ·
view source on GitHub ↗
(self, keywords)
Source
from the content-addressed store, hash-verified
698
del ctx.db
699
700
def
_connect(self, keywords):
701
return
self.db_module.connect(**keywords)
702
703
def
_connect_with_pooling(self, keywords):
704
def
get_pooled_db():
Callers
2
_load_context
Method · 0.95
_connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected