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

Method begin_dict

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

Source from the content-addressed store, hash-verified

232 # element handlers
233
234 def begin_dict(self, attrs):
235 d = self._dict_type()
236 self.add_object(d)
237 self.stack.append(d)
238
239 def end_dict(self):
240 if self.current_key:

Callers

nothing calls this directly

Calls 2

add_objectMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected