MCPcopy Create free account
hub / github.com/corpnewt/GenSMBIOS / end_data

Function end_data

Scripts/plist.py:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 else:
125 raise OverflowError("Integer overflow at line {}".format(p.parser.CurrentLineNumber))
126 def end_data():
127 try:
128 p.add_object(plistlib._decode_base64(p.get_data()))
129 except Exception as e:
130 raise Exception("Data error at line {}: {}".format(p.parser.CurrentLineNumber,e))
131 p.end_integer = end_integer
132 p.end_data = end_data
133 return p.parse(fp)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected