(key, value, index, result=result)
| 3855 | # as if we had done the parsing. |
| 3856 | result = [] |
| 3857 | def append_triple(key, value, index, result=result): |
| 3858 | result.append((key, value, index)) |
| 3859 | command = append_triple |
| 3860 | try: |
| 3861 | if not isinstance(command, str): |