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

Function end_string

Scripts/plist.py:166–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 except Exception as e:
165 raise Exception("Data error at line {}: {}".format(parser.CurrentLineNumber,e))
166 def end_string():
167 d = p.getData()
168 if isinstance(d,unicode):
169 d = d.encode("utf-8")
170 p.addObject(d)
171 p.begin_dict = begin_dict
172 p.end_integer = end_integer
173 p.end_data = end_data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected