Lines Matching defs:self
52 def __init__(self): argument
66 def should_check_file(self, filepath): argument
80 def check_file_for_issue(self, filepath): argument
87 def record_issue(self, filepath, line_number): argument
93 def output_file_issues(self, logger): argument
129 def issue_with_line(self, line, filepath, line_number): argument
136 def check_file_line(self, filepath, line, line_number): argument
140 def check_file_for_issue(self, filepath): argument
178 def is_valid_shebang(self, first_line, filepath): argument
189 def check_file_for_issue(self, filepath): argument
212 def check_file_for_issue(self, filepath): argument
234 def check_file_for_issue(self, filepath): argument
268 def issue_with_line(self, line, _filepath, line_number): argument
285 def should_check_file(self, filepath): argument
290 def issue_with_line(self, line, _filepath, _line_number): argument
299 def should_check_file(self, filepath): argument
304 def issue_with_line(self, line, _filepath, _line_number): argument
314 def issue_with_line(self, line, _filepath, _line_number): argument
332 def issue_with_line(self, line, _filepath, _line_number): argument
342 def issue_with_line(self, line, _filepath, _line_number): argument
404 def __init__(self): argument
411 def issue_with_line(self, line, filepath, line_number): argument
453 def __init__(self, log_file): argument
473 def setup_logger(self, log_file, level=logging.INFO): argument
513 def check_files(self): argument
520 def output_issues(self): argument