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

Method end_true

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

Source from the content-addressed store, hash-verified

257 self.stack.pop()
258
259 def end_true(self):
260 self.add_object(True)
261
262 def end_false(self):
263 self.add_object(False)

Callers

nothing calls this directly

Calls 1

add_objectMethod · 0.95

Tested by

no test coverage detected