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

Method begin_array

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

Source from the content-addressed store, hash-verified

255 self.current_key = self.get_data()
256
257 def begin_array(self, attrs):
258 a = []
259 self.add_object(a)
260 self.stack.append(a)
261
262 def end_array(self):
263 self.stack.pop()

Callers

nothing calls this directly

Calls 2

add_objectMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected