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

Function callback

tests/test_pytypes.py:746–748  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

744 callback_called = False
745
746 def callback(_):
747 nonlocal callback_called
748 callback_called = True
749
750 obj = WeaklyReferenced()
751 assert getweakrefcount(obj) == 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected