mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-26 04:46:46 +08:00
stdlib: Add os.copy_file_range(src, dst, count)
This commit is contained in:
committed by
Jelle Zijlstra
parent
0978ef5c60
commit
352f5c3237
@@ -25,14 +25,12 @@ os.EFD_SEMAPHORE
|
||||
os.SPLICE_F_MORE
|
||||
os.SPLICE_F_MOVE
|
||||
os.SPLICE_F_NONBLOCK
|
||||
os.copy_file_range
|
||||
os.eventfd
|
||||
os.eventfd_read
|
||||
os.eventfd_write
|
||||
os.splice
|
||||
posix.EFD_[A-Z]+
|
||||
posix.SPLICE_[A-Z_]+
|
||||
posix.copy_file_range
|
||||
posix.eventfd
|
||||
posix.eventfd_read
|
||||
posix.eventfd_write
|
||||
|
||||
@@ -1,5 +1 @@
|
||||
select.epoll.register
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
os.copy_file_range
|
||||
posix.copy_file_range
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
(os|posix).sendfile
|
||||
select.epoll.register
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
os.copy_file_range
|
||||
posix.copy_file_range
|
||||
|
||||
Reference in New Issue
Block a user