Lines Matching refs:mf
115 mf = open(master, 'rb')117 mf = None119 if not mf:125 if not mf:128 if sf and mf:129 if identical(sf, mf):132 mft = mtime(mf)136 mf.close()144 mf.seek(0)145 fun = funnychars(mf)146 mf.close()157 def identical(sf, mf): argument160 md = mf.read(BUFSIZE)