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

Method end_false

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

Source from the content-addressed store, hash-verified

260 self.add_object(True)
261
262 def end_false(self):
263 self.add_object(False)
264
265 def end_integer(self):
266 raw = self.get_data()

Callers

nothing calls this directly

Calls 1

add_objectMethod · 0.95

Tested by

no test coverage detected