Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ untrace
Method
untrace
psycopg/psycopg/pq/abc.py:217–217 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
215
def
set_trace_flags(self, flags: Trace) -> None: ...
216
217
def
untrace(self) -> None: ...
218
219
def
encrypt_password(
220
self, passwd: bytes, user: bytes, algorithm: bytes | None = None
Callers
5
__del__
Method · 0.45
maybe_trace
Function · 0.45
test_trace_pre14
Function · 0.45
test_trace
Function · 0.45
__del__
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_trace_pre14
Function · 0.36
test_trace
Function · 0.36