Home | History | Annotate | Download | only in plat-mac

Lines Matching defs:copy

38 from copy import deepcopy
218 copy(src, dst, mkdirs=1)
336 # When building a standalone app with Python.framework, we need to copy
338 # specifies exactly what items we'll copy.
758 def copy(src, dst, mkdirs=0):
759 """Copy a file or a directory."""
768 """Copy a file or a directory to an existing directory."""
770 copy(src, dst)
782 """Copy a file or a directory."""
830 --no-zipimport Do not copy code into a zip file