MCPcopy Index your code
hub / github.com/python/cpython / end_data

Method end_data

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

Source from the content-addressed store, hash-verified

276 self.add_object(self.get_data())
277
278 def end_data(self):
279 self.add_object(_decode_base64(self.get_data()))
280
281 def end_date(self):
282 self.add_object(_date_from_string(self.get_data(),

Callers

nothing calls this directly

Calls 3

add_objectMethod · 0.95
get_dataMethod · 0.95
_decode_base64Function · 0.85

Tested by

no test coverage detected