(self)
| 399 | ASN1_tag = ASN1_Class_UNIVERSAL.UTC_TIME |
| 400 | |
| 401 | def randval(self): # type: ignore |
| 402 | # type: () -> GeneralizedTime |
| 403 | return GeneralizedTime() |
| 404 | |
| 405 | |
| 406 | class ASN1F_GENERALIZED_TIME(ASN1F_STRING): |
nothing calls this directly
no test coverage detected