MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-523007.py

File recipe-523007.py

recipes/Python/523007_Semiautomatic_resource_management/recipe-523007.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import atexit
2
3class AutoCloseMeta(type):
4 "Tracks the instances and closes them in reverse instantiation order"

Callers

nothing calls this directly

Calls 3

CClass · 0.70
DClass · 0.70
registerMethod · 0.45

Tested by

no test coverage detected