tenjint.debugΒΆ

Description

Contains classes and functions for debugging.

This module contains various classes and functions that make it easier to debug or test tenjint.

Classes

ExceptionHandling()

This class allows to pickle exceptions that occure during runtime.

Profiling()

Provides profiling of tenjint based on cProfile.

Functions

init()

Initialize the debugging module.

uninit()

Uninitialize the debugging module.