Package dimer
[hide private]
[frames] | no frames]

Package dimer

source code

root package

Submodules [hide private]

Functions [hide private]
 
measure_time(funct)
decorator that measures the time spent in a function
source code
 
deprecated(func)
This is a decorator which can be used to mark functions as deprecated.
source code
Variables [hide private]
  log = logging.getLogger(__name__)
  __package__ = 'dimer'
Function Details [hide private]

deprecated(func)

source code 

This is a decorator which can be used to mark functions as deprecated. It will result in a warning being emmitted when the function is used.