MCPcopy Index your code
hub / github.com/python/cpython / append_triple

Method append_triple

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected