MCPcopy Create free account
hub / github.com/pybind/pybind11 / func2

Function func2

tests/test_callbacks.py:20–21  ·  view source on GitHub ↗
(a, b, c, d)

Source from the content-addressed store, hash-verified

18 return "func1"
19
20 def func2(a, b, c, d):
21 return "func2", a, b, c, d
22
23 def func3(a):
24 return f"func3({a})"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected