SMS_BP
Single Molecule Simulations -BP
Loading...
Searching...
No Matches
decorators.py File Reference

Classes

class  SMS_BP.decorators.CountCalls
 

Namespaces

namespace  SMS_BP
 
namespace  SMS_BP.decorators
 

Functions

 SMS_BP.decorators.deprecated (reason)
 
 SMS_BP.decorators.timer (func)
 
 SMS_BP.decorators.debug (func)
 
 SMS_BP.decorators.slow_down (_func=None, *, rate=1)
 
 SMS_BP.decorators.repeat (_func=None, *, num_times=2)
 
 SMS_BP.decorators.singleton (cls)
 
 SMS_BP.decorators.cache (func)
 
 SMS_BP.decorators.set_unit (unit)
 
 SMS_BP.decorators._catch_recursion_error (func)
 

Variables

tuple SMS_BP.decorators.string_types = (type(b''), type(u''))