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

Method end_key

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

Source from the content-addressed store, hash-verified

249 self.stack.pop()
250
251 def end_key(self):
252 if self.current_key or not isinstance(self.stack[-1], dict):
253 raise ValueError("unexpected key at line %d" %
254 self.parser.CurrentLineNumber)
255 self.current_key = self.get_data()
256
257 def begin_array(self, attrs):
258 a = []

Callers

nothing calls this directly

Calls 2

get_dataMethod · 0.95
isinstanceFunction · 0.85

Tested by

no test coverage detected