Home
last modified time | relevance | path

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

/external/python/asn1crypto/asn1crypto/
Dcore.py685 def cast(self, other_class): argument
697 if other_class.tag != self.__class__.tag:
703 type_name(other_class),
705 other_class.tag,
709 new_obj = other_class()