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

Function f

extra_tests/snippets/syntax_function_args.py:109–110  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

107
108
109def f(a):
110 pass
111
112x = {'a': 1}
113y = {'a': 2}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected