asn1rt: just provide some more comment / docstr

This commit is contained in:
p1-bmu 2021-11-10 15:38:04 +01:00
parent 7a362d5079
commit b1e8193fc0
1 changed files with 4 additions and 2 deletions

View File

@ -73,6 +73,8 @@ Specific attributes:
%s
""" % ASN1Obj_docstring
#_const_ind set during module initialization (init.py) according to the
# CHOICE content
_const_ind = None
TYPE = TYPE_CHOICE
@ -1794,7 +1796,7 @@ Single value: Python dict
Specific attributes:
- cont: ASN1Dict {ident (str): ASN1Obj instance},
provides the content of the CHOICE object
provides the content of the SEQUENCE object
- cont_tags: dict with {tag (int): identifier (str)},
provides a lookup table for tag value to components
@ -2243,7 +2245,7 @@ Single value: Python dict
Specific attributes:
- cont: ASN1Dict {ident (str): ASN1Obj instance},
provides the content of the CHOICE object
provides the content of the SET object
- cont_tags: dict with {tag (int): identifier (str)},
provides a lookup table for tag value to components