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

Method _exit

Lib/test/test_contextlib.py:708–710  ·  view source on GitHub ↗

Test metadata propagation

(*args, **kwds)

Source from the content-addressed store, hash-verified

706 ]
707 result = []
708 def _exit(*args, **kwds):
709 """Test metadata propagation"""
710 result.append((args, kwds))
711 with self.exit_stack() as stack:
712 for args, kwds in reversed(expected):
713 if args and kwds:

Callers 15

fork_threadMethod · 0.45
fork_with_import_lockMethod · 0.45
_run_childMethod · 0.45
test_lock_conflictMethod · 0.45
test_waitMethod · 0.45
simple_subprocessFunction · 0.45
test_reap_childrenMethod · 0.45
testIssue8621Method · 0.45
_test_finalizeMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected