Add a _typeshed.pyi file and a PathLike alias (#4161)

This commit is contained in:
Sebastian Rittau
2020-06-04 14:06:43 +02:00
committed by GitHub
parent ec3370b2b0
commit eea9be6e73
5 changed files with 41 additions and 23 deletions

View File

@@ -5,6 +5,7 @@ _importlib_modulespec
_operator.methodcaller
_threading_local.local.__new__
_types
_typeshed
_weakref.CallableProxyType.__getattr__
_weakref.ProxyType.__getattr__
_weakref.ReferenceType.__call__