From b1e8193fc0040ac4fc74b89a6904eb6022111682 Mon Sep 17 00:00:00 2001 From: p1-bmu Date: Wed, 10 Nov 2021 15:38:04 +0100 Subject: [PATCH] asn1rt: just provide some more comment / docstr --- pycrate_asn1rt/asnobj_construct.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pycrate_asn1rt/asnobj_construct.py b/pycrate_asn1rt/asnobj_construct.py index f008c79..0a0b3c4 100644 --- a/pycrate_asn1rt/asnobj_construct.py +++ b/pycrate_asn1rt/asnobj_construct.py @@ -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