MCPcopy Create free account
hub / github.com/worldveil/dejavu / __init__

Method __init__

dejavu/database_handler/postgres_database.py:134–137  ·  view source on GitHub ↗
(self, **options)

Source from the content-addressed store, hash-verified

132 IN_MATCH = f"decode(%s, 'hex')"
133
134 def __init__(self, **options):
135 super().__init__()
136 self.cursor = cursor_factory(**options)
137 self._options = options
138
139 def after_fork(self) -> None:
140 # Clear the cursor cache, we don't want any stale connections from

Callers

nothing calls this directly

Calls 2

cursor_factoryFunction · 0.70
__init__Method · 0.45

Tested by

no test coverage detected