libioc.decorators module

Collection of ioc Python decorators.

libioc.decorators.json(fn)[source]

Return the functions output as JSON string.

libioc.decorators.timeit(fn)[source]

Measure and print the functions execution time.