The pysnmp.asn1.encoding.ber.base module implements base classes for mixing BER facility into various ASN.1 objects.
This is the base class for BER facility classes for simple (non-structured) ASN.1 objects. See Subsections for details.
These are the base classes for various fixed-structure ASN.1 objects. See Subsections for details.
These are the base classes for variable-structure ASN.1 objects. See Subsections for details.
Methods of the above classes may raise exceptions based on error.BerEncodingError base class as well as ASN.1 specific exceptions.