Home
last modified time | relevance | path

Searched refs:IntegerBitString (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-asn1crypto/asn1crypto-1.4.0/docs/
H A Duniversal_types.md86 | `IntegerBitString` | `int` | may be `long` on Python 2 |
101 from asn1crypto.core import BitString, OctetBitString, IntegerBitString
116 i = bit.cast(IntegerBitString)
/dports/devel/py-asn1crypto/asn1crypto-1.4.0/
H A Dchangelog.md96 - `core.IntegerBitString()` and `core.IntegerOctetString()` now restrict
/dports/devel/py-asn1crypto/asn1crypto-1.4.0/asn1crypto/
H A Dcore.py2490 class IntegerBitString(_IntegerBitString, Constructable, Castable, Primitive): class