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

Method end_false

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

Source from the content-addressed store, hash-verified

266 self.add_object(True)
267
268 def end_false(self):
269 self.add_object(False)
270
271 def end_integer(self):
272 raw = self.get_data()

Callers

nothing calls this directly

Calls 1

add_objectMethod · 0.95

Tested by

no test coverage detected