MCPcopy Index your code
hub / github.com/RustPython/RustPython / append_triple

Method append_triple

Lib/tkinter/__init__.py:3857–3858  ·  view source on GitHub ↗
(key, value, index, result=result)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected