MCPcopy
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_traceFunction · 0.45
test_trace_pre14Function · 0.45
test_traceFunction · 0.45
__del__Method · 0.45

Calls

no outgoing calls

Tested by 2

test_trace_pre14Function · 0.36
test_traceFunction · 0.36