uninit¶
-
tenjint.debug.
uninit
()[source]¶ Uninitialize the debugging module.
This function must be called when tenjint is uninitialized. It will in-turn uninitialize objects used throughout the module. For instance, it will uninitialize the profiling class, which will print the cProfile if profiling was enabled.