Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
decorators.py File Reference

Classes

class  Cope.decorators.EpistemologicalWarning
 

Namespaces

namespace  Cope
 
namespace  Cope.decorators
 

Functions

def Cope.decorators.todo (str feature=None, bool enabled=True, bool blocking=False, bool limit=True)
 
def Cope.decorators.confidence (float level)
 
def Cope.decorators.depricated (why='')
 
type Cope.decorators.reprise (type obj, *args, **kwargs)
 

Variables

set Cope.decorators._todoCalls = set()
 
bool Cope.decorators.hide_todo = False
 
def Cope.decorators.confident = confidence
 
def Cope.decorators.untested = confidence(51)
 
def Cope.decorators.tested = confidence(95)