posixmodule.c.h | 834 "link($module, /, src, dst, *, src_dir_fd=None, dst_dir_fd=None,\n" 840 "If either src_dir_fd or dst_dir_fd is not None, it should be a file\n" 846 "src_dir_fd, dst_dir_fd, and follow_symlinks may not be implemented on your\n" 854 os_link_impl(PyObject *module, path_t *src, path_t *dst, int src_dir_fd, 861 static const char * const _keywords[] = {"src", "dst", "src_dir_fd", "dst_dir_fd", "follow_symlinks", NULL}; 865 int src_dir_fd = DEFAULT_DIR_FD; local 870 path_converter, &src, path_converter, &dst, dir_fd_converter, &src_dir_fd, dir_fd_converter, &dst_dir_fd, &follow_symlinks)) { 873 return_value = os_link_impl(module, &src, &dst, src_dir_fd, dst_dir_fd, follow_symlinks); 1233 int src_dir_fd = DEFAULT_DIR_FD; local 1278 int src_dir_fd = DEFAULT_DIR_FD; local [all...] |