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

Function test_callback_docstring

tests/test_callbacks.py:232–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230
231
232def test_callback_docstring():
233 assert (
234 m.test_tuple_unpacking.__doc__.strip()
235 == "test_tuple_unpacking(arg0: collections.abc.Callable) -> object"
236 )
237
238
239def test_boost_histogram_apply_custom_transform():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected