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

Method end_real

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

Source from the content-addressed store, hash-verified

270 self.add_object(int(raw))
271
272 def end_real(self):
273 self.add_object(float(self.get_data()))
274
275 def end_string(self):
276 self.add_object(self.get_data())

Callers

nothing calls this directly

Calls 2

add_objectMethod · 0.95
get_dataMethod · 0.95

Tested by

no test coverage detected