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

Method begin_dict

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

Source from the content-addressed store, hash-verified

238 # element handlers
239
240 def begin_dict(self, attrs):
241 d = self._dict_type()
242 self.add_object(d)
243 self.stack.append(d)
244
245 def end_dict(self):
246 if self.current_key:

Callers

nothing calls this directly

Calls 2

add_objectMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected