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

Method end_string

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

Source from the content-addressed store, hash-verified

279 self.add_object(float(self.get_data()))
280
281 def end_string(self):
282 self.add_object(self.get_data())
283
284 def end_data(self):
285 self.add_object(_decode_base64(self.get_data()))

Callers

nothing calls this directly

Calls 2

add_objectMethod · 0.95
get_dataMethod · 0.95

Tested by

no test coverage detected