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

Method end_true

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

Source from the content-addressed store, hash-verified

263 self.stack.pop()
264
265 def end_true(self):
266 self.add_object(True)
267
268 def end_false(self):
269 self.add_object(False)

Callers

nothing calls this directly

Calls 1

add_objectMethod · 0.95

Tested by

no test coverage detected