MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / UTCTime

Class UTCTime

pager_lib/pyasn1/type/useful.py:175–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174
175class UTCTime(char.VisibleString, TimeMixIn):
176 __doc__ = char.VisibleString.__doc__
177
178 #: Default :py:class:`~pyasn1.type.tag.TagSet` object for |ASN.1| objects
179 tagSet = char.VisibleString.tagSet.tagImplicitly(
180 tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 23)
181 )
182
183 # Optimization for faster codec lookup
184 typeId = char.VideotexString.getTypeId()
185
186 _yearsDigits = 2
187 _hasSubsecond = False
188 _optionalMinutes = False
189 _shortTZ = False

Callers

nothing calls this directly

Calls 2

tagImplicitlyMethod · 0.80
getTypeIdMethod · 0.80

Tested by

no test coverage detected