Lines Matching refs:def
12 def __init__(self, include_path, violated_rule, rules):
26 def __init__(self, dependee_path):
35 def AddViolation(self, violation):
39 def HasViolations(self):
47 def AddError(self, dependee_status):
54 def GetResults(self):
60 def PrintResults(self):
70 def __init__(self, verbose):
74 def AddError(self, dependee_status):
82 def FormatViolation(violation, verbose=False):
91 def GetResults(self):
94 def PrintResults(self):
107 def __init__(self):
110 def AddError(self, dependee_status):
114 def GetResults(self):
117 def PrintResults(self):
130 def __init__(self):
133 def AddError(self, dependee_status):
136 def GetResults(self):
139 def PrintResults(self):