Lines Matching refs:def
14 def generate(label=None):
17 def __init__(self,lbl=None):
21 def __enter__(self):
26 def __exit__(self, a,b,c):
32 def __init__(self):
35 def update(self,name):
42 def __str__(self):
46 def __init__(self,metrics):
48 def __str__(self):
55 def __init__(self,metrics):
57 def __str__(self):
64 def __init__(self):
67 def add_metric(self,name):
70 def metric_hit(self,metric,trigger):
73 def __getitem__(self,key):
76 def __getattr__(self,name):
84 def __str__(self):
87 def metric_success(self,metric):