Home
last modified time | relevance | path

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

/external/python/asn1crypto/asn1crypto/
Dcore.py1040 _id_map = None variable in Choice
1073 cls._id_map = {}
1080 cls._id_map[id_] = index
1269 if id_ in self._id_map:
1270 self._choice = self._id_map[id_]
1288 asn1s = [self._format_class_tag(pair[0], pair[1]) for pair in self._id_map]