tenjint.optimize

Description

Optimize parts of interrupt for production.

This module contains function that will try to optimize interrupt when it is used in production and has been compiled with -O. In particular, the module will replace all calls to logging.

Classes

CustomLoader(fullname, source)

LogTransformer(*args, **kwargs)

Removes all calls to logging.

PathFinder

Functions

debug(msg[, level])

Provides debug output if DEBUG is enabled.