MCPcopy Create free account
hub / github.com/RustPython/RustPython / p

Function p

extra_tests/snippets/syntax_generator.py:74–78  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

72
73r = []
74def p(a, b, c):
75 # print(a, b, c)
76 r.append(a)
77 r.append(b)
78 r.append(c)
79
80
81def g5():

Callers 1

g5Function · 0.70

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected