Lines Matching refs:debug_print
29 def __init__(self, warn=None, debug_print=None):
41 def debug_print(self, msg):
116 self.debug_print("include " + ' '.join(patterns))
123 self.debug_print("exclude " + ' '.join(patterns))
130 self.debug_print("global-include " + ' '.join(patterns))
137 self.debug_print("global-exclude " + ' '.join(patterns))
145 self.debug_print("recursive-include %s %s" %
154 self.debug_print("recursive-exclude %s %s" %
163 self.debug_print("graft " + dir_pattern)
169 self.debug_print("prune " + dir_pattern)
208 self.debug_print("include_pattern: applying regex r'%s'" %
217 self.debug_print(" adding " + name)
233 self.debug_print("exclude_pattern: applying regex r'%s'" %
237 self.debug_print(" removing " + self.files[i])