MCPcopy
hub / github.com/zeromq/pyzmq / term_context_instance

Function term_context_instance

tests/test_decorators.py:15–16  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

13
14@fixture(autouse=True)
15def term_context_instance(request):
16 request.addfinalizer(lambda: term_context(zmq.Context.instance(), timeout=10))
17
18
19def test_ctx():

Callers

nothing calls this directly

Calls 2

term_contextFunction · 0.90
instanceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…