mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-01 12:36:58 +08:00
Bump pyasn1 to 0.6.* (#11681)
This commit is contained in:
@@ -43,8 +43,7 @@ class ObjectIdentifierEncoder(AbstractItemEncoder):
|
||||
def encodeValue(self, value, asn1Spec, encodeFun, **options): ...
|
||||
|
||||
class RealEncoder(AbstractItemEncoder):
|
||||
# Mistake in the module, should be False, but is 0 at runtime
|
||||
supportIndefLenMode: int # type: ignore[assignment]
|
||||
supportIndefLenMode: bool
|
||||
binEncBase: int
|
||||
def encodeValue(self, value, asn1Spec, encodeFun, **options): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user