Lines Matching refs:fn
220 return sorted(fn + ('/' if os.path.isdir(fn) else '')221 for fn in os.listdir())223 fn = support.TESTFN224 if fn not in saved_value and (fn + '/') not in saved_value:225 if os.path.isfile(fn):226 support.unlink(fn)227 elif os.path.isdir(fn):228 support.rmtree(fn)