mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Make several fields read-only for type, staticmethod and classmethod (#7423)
This commit is contained in:
@@ -54,6 +54,7 @@ sqlite3.Binary.__contains__ # C type that implements __getitem__
|
||||
builtins.object.__init__ # default C signature is incorrect
|
||||
builtins.property.__get__ # this function can accept no value for the type parameter.
|
||||
builtins.staticmethod.__get__ # this function can accept no value for the type parameter.
|
||||
builtins.type.__dict__ # read-only but not actually a property; stubtest thinks it's a mutable attribute.
|
||||
bz2.BZ2Decompressor.__init__ # function does not accept parameters but C signature is set
|
||||
# The following CodecInfo properties are added in __new__
|
||||
codecs.CodecInfo.decode
|
||||
|
||||
Reference in New Issue
Block a user