Home | History | Annotate | Download | only in python2.7

Lines Matching full:localfile

1337         localfile = url2pathname(filename)
1339 stats = os.stat(localfile)
1354 return addinfourl(open(localfile, 'rb'), headers, origurl)