Add stubs for pyasn1 (#9437)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Avasam
2023-01-06 13:25:48 -05:00
committed by GitHub
parent b1cb9c8a8f
commit b5048a00e6
39 changed files with 1529 additions and 0 deletions
@@ -0,0 +1,15 @@
# Unintended re-exports
pyasn1.compat.binary.version_info
pyasn1.compat.octets.version_info
pyasn1.compat.string.version_info
# type_check_only
pyasn1.type.base.NoValue.plug
# typeshed typing differences with runtime collections.OrderedDict and builtins.dict
pyasn1.codec.native.encoder.SequenceEncoder.protoDict
pyasn1.codec.native.encoder.SetEncoder.protoDict
# Attempted "__ne__" operation on ASN.1 schema object
pyasn1.type.base
pyasn1.type.univ