(key, value, index, result=result)
| 3937 | # as if we had done the parsing. |
| 3938 | result = [] |
| 3939 | def append_triple(key, value, index, result=result): |
| 3940 | result.append((key, value, index)) |
| 3941 | command = append_triple |
| 3942 | try: |
| 3943 | if not isinstance(command, str): |