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

Function func3

tests/test_callbacks.py:23–24  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

21 return "func2", a, b, c, d
22
23 def func3(a):
24 return f"func3({a})"
25
26 assert m.test_callback1(func1) == "func1"
27 assert m.test_callback2(func2) == ("func2", "Hello", "x", True, 5)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected