MCPcopy
hub / github.com/faust-streaming/faust / test_reprcall

Function test_reprcall

tests/unit/utils/test_codegen.py:32–33  ·  view source on GitHub ↗
(name, args, kwargs, expected)

Source from the content-addressed store, hash-verified

30 ],
31)
32def test_reprcall(name, args, kwargs, expected):
33 assert reprcall(name, args, kwargs) == expected

Callers

nothing calls this directly

Calls 1

reprcallFunction · 0.90

Tested by

no test coverage detected