Home | History | Annotate | Download | only in distutils

Lines Matching defs:debug_print

30     def __init__(self, warn=None, debug_print=None):
42 def debug_print(self, msg):
124 self.debug_print("include " + ' '.join(patterns))
131 self.debug_print("exclude " + ' '.join(patterns))
138 self.debug_print("global-include " + ' '.join(patterns))
145 self.debug_print("global-exclude " + ' '.join(patterns))
153 self.debug_print("recursive-include %s %s" %
162 self.debug_print("recursive-exclude %s %s" %
171 self.debug_print("graft " + dir_pattern)
177 self.debug_print("prune " + dir_pattern)
216 self.debug_print("include_pattern: applying regex r'%s'" %
225 self.debug_print(" adding " + name)
242 self.debug_print("exclude_pattern: applying regex r'%s'" %
246 self.debug_print(" removing " + self.files[i])