avl._core.coverage module
- class avl._core.coverage.Coverage[source]
- __init__() None[source]
Initialize the coverage container This method initializes the coverage container and registers the exit handler to export coverage data when the program exits. It checks if the _cg_ attribute exists; if not, it initializes it as an empty list. If the _cg_ attribute already exists, it does nothing to avoid re-initialization.