• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2.. _type.base:
3
4ASN.1 type system
5-----------------
6
7The ASN.1 language defines a collection of data types such as *INTEGER*
8or *SET*. With pyasn1, ASN.1 types are represented by Python classes.
9The base classes are described in this part of the documentation.
10
11User code might not need to use them directly, except for figuring out
12if given object belongs to ASN.1 type or not.
13
14.. toctree::
15   :maxdepth: 2
16
17   /pyasn1/type/base/asn1type
18   /pyasn1/type/base/simpleasn1type
19   /pyasn1/type/base/constructedasn1type
20   /pyasn1/type/base/novalue
21