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

Method begin_array

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

Source from the content-addressed store, hash-verified

249 self.current_key = self.get_data()
250
251 def begin_array(self, attrs):
252 a = []
253 self.add_object(a)
254 self.stack.append(a)
255
256 def end_array(self):
257 self.stack.pop()

Callers

nothing calls this directly

Calls 2

add_objectMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected