mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
macpath: fix arg names, remove nonexistent functions (#3853)
* macpath: fix arg names * macpath: remove commonpath, relpath
This commit is contained in:
@@ -39,27 +39,6 @@ json.dump
|
||||
json.dumps
|
||||
json.load
|
||||
json.loads
|
||||
macpath.basename
|
||||
macpath.commonpath
|
||||
macpath.commonprefix
|
||||
macpath.dirname
|
||||
macpath.getatime
|
||||
macpath.getctime
|
||||
macpath.getmtime
|
||||
macpath.getsize
|
||||
macpath.isabs
|
||||
macpath.isdir
|
||||
macpath.islink
|
||||
macpath.ismount
|
||||
macpath.join
|
||||
macpath.normpath
|
||||
macpath.realpath
|
||||
macpath.relpath
|
||||
macpath.samefile
|
||||
macpath.samestat
|
||||
macpath.split
|
||||
macpath.splitdrive
|
||||
macpath.splitext
|
||||
mmap.ACCESS_DEFAULT
|
||||
multiprocessing.context.BaseContext.reducer
|
||||
multiprocessing.shared_memory
|
||||
|
||||
@@ -42,27 +42,6 @@ io.StringIO.readline
|
||||
ipaddress._BaseNetwork.__init__
|
||||
json.loads
|
||||
logging.handlers.MemoryHandler.__init__
|
||||
macpath.basename
|
||||
macpath.commonpath
|
||||
macpath.commonprefix
|
||||
macpath.dirname
|
||||
macpath.getatime
|
||||
macpath.getctime
|
||||
macpath.getmtime
|
||||
macpath.getsize
|
||||
macpath.isabs
|
||||
macpath.isdir
|
||||
macpath.islink
|
||||
macpath.ismount
|
||||
macpath.join
|
||||
macpath.normpath
|
||||
macpath.realpath
|
||||
macpath.relpath
|
||||
macpath.samefile
|
||||
macpath.samestat
|
||||
macpath.split
|
||||
macpath.splitdrive
|
||||
macpath.splitext
|
||||
mmap.ACCESS_DEFAULT
|
||||
multiprocessing.shared_memory
|
||||
os.utime
|
||||
|
||||
@@ -58,27 +58,6 @@ importlib.metadata
|
||||
ipaddress._BaseNetwork.__init__
|
||||
json.loads
|
||||
logging.handlers.MemoryHandler.__init__
|
||||
macpath.basename
|
||||
macpath.commonpath
|
||||
macpath.commonprefix
|
||||
macpath.dirname
|
||||
macpath.getatime
|
||||
macpath.getctime
|
||||
macpath.getmtime
|
||||
macpath.getsize
|
||||
macpath.isabs
|
||||
macpath.isdir
|
||||
macpath.islink
|
||||
macpath.ismount
|
||||
macpath.join
|
||||
macpath.normpath
|
||||
macpath.realpath
|
||||
macpath.relpath
|
||||
macpath.samefile
|
||||
macpath.samestat
|
||||
macpath.split
|
||||
macpath.splitdrive
|
||||
macpath.splitext
|
||||
macurl2path
|
||||
multiprocessing.shared_memory
|
||||
os.utime
|
||||
|
||||
Reference in New Issue
Block a user