mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
Allowlists: add note to abstractstaticmethod/abstractstaticmethod entries (#6553)
This commit is contained in:
@@ -14,8 +14,8 @@ _csv.Dialect.__init__ # C __init__ signature is inaccurate
|
||||
_socket.*
|
||||
_threading_local.local.__new__
|
||||
_typeshed.* # Utility types for typeshed, doesn't exist at runtime
|
||||
abc.abstractclassmethod
|
||||
abc.abstractstaticmethod
|
||||
abc.abstractclassmethod # Deprecated, unsupported by mypy, hard to fix. #6552
|
||||
abc.abstractstaticmethod # Deprecated, unsupported by mypy, hard to fix. #6552
|
||||
abc.ABCMeta.__new__ # pytype wants the parameter named cls and not mcls
|
||||
_weakref.CallableProxyType.__getattr__ # Should have all attributes of proxy
|
||||
_weakref.ProxyType.__getattr__ # Should have all attributes of proxy
|
||||
|
||||
Reference in New Issue
Block a user