Home
last modified time | relevance | path

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

/external/python/asn1crypto/asn1crypto/
Dcore.py88 CLASS_NAME_TO_NUM_MAP = { variable
347 if class_ not in CLASS_NAME_TO_NUM_MAP:
349 class_ = CLASS_NAME_TO_NUM_MAP[class_]
373 if class_ not in CLASS_NAME_TO_NUM_MAP:
389 self.class_ = CLASS_NAME_TO_NUM_MAP[class_]
394 if class_ not in CLASS_NAME_TO_NUM_MAP:
402 self.class_ = CLASS_NAME_TO_NUM_MAP[class_]
5292 elif value.class_ != CLASS_NAME_TO_NUM_MAP[class_] or value.tag != tag:
5340 required_class = CLASS_NAME_TO_NUM_MAP[required_class]