pwspy.utility.misc

Objects that are generally useful in python programming.

Decorators

cached_property(func)

A decorator for a property that is only computed once per instance and then replaces itself with an ordinary attribute.

profileDec(filePath)

A decorator to profile a function call using cProfile