Home
last modified time | relevance | path

Searched defs:copyfile (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/http/
Dserver.py846 def copyfile(self, source, outputfile): member in SimpleHTTPRequestHandler
/third_party/python/Lib/
Dshutil.py224 def copyfile(src, dst, *, follow_symlinks=True): function