Home | History | Annotate | Download | only in tko

Lines Matching refs:def

9 def is_worse_than(lhs, rhs):
15 def is_worse_than_or_equal_to(lhs, rhs):
24 def clean_raw_line(raw_line, blacklist=DEFAULT_BLACKLIST):
30 def __init__(self):
34 def current_status(self):
38 def update(self, new_status):
45 def start(self):
49 def end(self):
56 def size(self):
61 def __init__(self):
65 def get(self):
69 def put(self, line):
73 def put_multiple(self, lines):
77 def put_back(self, line):
81 def size(self):