mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 13:32:26 +08:00
marshal: fix arg name, mark positional-only args (#3759)
This commit is contained in:
@@ -81,7 +81,6 @@ macpath.samestat
|
||||
macpath.split
|
||||
macpath.splitdrive
|
||||
macpath.splitext
|
||||
marshal.loads
|
||||
multiprocessing.shared_memory
|
||||
os.utime
|
||||
pyclbr.Class.__init__
|
||||
|
||||
@@ -139,10 +139,6 @@ logging.handlers.MemoryHandler.__init__
|
||||
lzma.LZMACompressor.compress
|
||||
lzma.is_check_supported
|
||||
macpath
|
||||
marshal.dump
|
||||
marshal.dumps
|
||||
marshal.load
|
||||
marshal.loads
|
||||
mmap.MADV_AUTOSYNC
|
||||
mmap.MADV_CORE
|
||||
mmap.MADV_NOCORE
|
||||
|
||||
Reference in New Issue
Block a user