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

Method end_key

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

Source from the content-addressed store, hash-verified

243 self.stack.pop()
244
245 def end_key(self):
246 if self.current_key or not isinstance(self.stack[-1], dict):
247 raise ValueError("unexpected key at line %d" %
248 self.parser.CurrentLineNumber)
249 self.current_key = self.get_data()
250
251 def begin_array(self, attrs):
252 a = []

Callers

nothing calls this directly

Calls 1

get_dataMethod · 0.95

Tested by

no test coverage detected