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

Class KeylogFilename

Lib/test/test_ssl.py:1865–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1863 self.addCleanup(os_helper.unlink, os_helper.TESTFN)
1864 ctx = make_test_context()
1865 class KeylogFilename(str): ...
1866 ctx.keylog_filename = KeylogFilename(os_helper.TESTFN)
1867 ctx.keylog_filename._ = ctx
1868

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…