()
| 2 | |
| 3 | |
| 4 | def init(): |
| 5 | if "Y_PYTHON_TRACE_FILE" in os.environ: |
| 6 | import atexit |
| 7 | import library.python.import_tracing.lib.regulator as regulator |
| 8 | |
| 9 | regulator.enable(os.getenv("Y_PYTHON_TRACE_FILE")) |
| 10 | atexit.register(regulator.disable) |
no test coverage detected