Lines Matching refs:f
50 with open(fname, "r") as f:
51 for line in f:
116 def hasfile(self, f): argument
118 if f.startswith(fs):
150 for f in files:
151 path = os.path.join(root, f)
153 pkg = os.path.splitext(f)[0]
162 with open(fname, "r") as f:
164 for line in f:
215 all_files += [os.path.join(root, f) for f in files]
221 for f in all_files:
222 name = os.path.splitext(f)[0]
235 with open(developers_fname, mode='r', encoding='utf_8') as f:
238 for line in f:
253 for f in dev_files:
254 dev_file = os.path.relpath(f, brpath)
282 for f in files:
285 if d.hasfile(f):
289 unhandled_files.append(f)