MCPcopy Create free account
hub / github.com/webpy/webpy / _connect

Method _connect

web/db.py:1219–1222  ·  view source on GitHub ↗
(self, keywords)

Source from the content-addressed store, hash-verified

1217 return self._sequences
1218
1219 def _connect(self, keywords):
1220 conn = DB._connect(self, keywords)
1221 conn.set_client_encoding("UTF8")
1222 return conn
1223
1224 def _connect_with_pooling(self, keywords):
1225 conn = DB._connect_with_pooling(self, keywords)

Callers

nothing calls this directly

Calls 1

_connectMethod · 0.45

Tested by

no test coverage detected