()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected