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

Function complex_decorated

Lib/test/test_inspect/inspect_fodder2.py:274–275  ·  view source on GitHub ↗
(foo=0, bar=lambda: 0)

Source from the content-addressed store, hash-verified

272
273@deco_factory(foo=(1 + 2), bar=lambda: 1)
274def complex_decorated(foo=0, bar=lambda: 0):
275 return foo + bar()
276
277# line 276
278parenthesized_lambda = (

Callers

nothing calls this directly

Calls 1

barFunction · 0.50

Tested by

no test coverage detected