MCPcopy Index your code
hub / github.com/python/cpython / test_refcycle_msg_callback

Method test_refcycle_msg_callback

Lib/test/test_ssl.py:1853–1857  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1851
1852 @support.cpython_only
1853 def test_refcycle_msg_callback(self):
1854 # See https://github.com/python/cpython/issues/142516.
1855 ctx = make_test_context()
1856 def msg_callback(*args, _=ctx, **kwargs): ...
1857 ctx._msg_callback = msg_callback
1858
1859 @support.cpython_only
1860 @requires_keylog_setter

Callers

nothing calls this directly

Calls 1

make_test_contextFunction · 0.85

Tested by

no test coverage detected