MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / _print_threads

Method _print_threads

test/__init__.py:932–936  ·  view source on GitHub ↗
(*args: object)

Source from the content-addressed store, hash-verified

930 """
931
932 def _print_threads(*args: object) -> None:
933 if _print_threads.called: # type:ignore[attr-defined]
934 return
935 _print_threads.called = True # type:ignore[attr-defined]
936 print_thread_tracebacks()
937
938 _print_threads.called = False # type:ignore[attr-defined]
939

Callers

nothing calls this directly

Calls 1

print_thread_tracebacksFunction · 0.90

Tested by

no test coverage detected