utils
A package containing classes and functions with common use.
Submodules
Summary
__all__ Functions:
Calculates simulation time from a timestep count. |
|
Decorator which counts the number of times a function is called. |
|
|
Decorator which counts the number of times a function is called for an instance of a class. |
A function to print the header of the program. |
|
|
Decorator which measures the time a function of a class takes to execute and sets elapsed time as an attribute of the class. |