MCPcopy Index your code
hub / github.com/RustPython/RustPython / end_date

Method end_date

Lib/plistlib.py:287–289  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285 self.add_object(_decode_base64(self.get_data()))
286
287 def end_date(self):
288 self.add_object(_date_from_string(self.get_data(),
289 aware_datetime=self._aware_datetime))
290
291
292class _DumbXMLWriter:

Callers

nothing calls this directly

Calls 3

add_objectMethod · 0.95
get_dataMethod · 0.95
_date_from_stringFunction · 0.85

Tested by

no test coverage detected