MCPcopy Create free account
hub / github.com/data-apis/python-record-api / finalize

Function finalize

record_api/core.py:602–604  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

600
601
602def finalize():
603 assert context_manager
604 context_manager.__exit__(*sys.exc_info())

Callers 2

__main__.pyFile · 0.85
pytest_sessionfinishFunction · 0.85

Calls 1

__exit__Method · 0.80

Tested by 1

pytest_sessionfinishFunction · 0.68