()
| 230 | |
| 231 | |
| 232 | def test_callback_docstring(): |
| 233 | assert ( |
| 234 | m.test_tuple_unpacking.__doc__.strip() |
| 235 | == "test_tuple_unpacking(arg0: collections.abc.Callable) -> object" |
| 236 | ) |
| 237 | |
| 238 | |
| 239 | def test_boost_histogram_apply_custom_transform(): |
nothing calls this directly
no outgoing calls
no test coverage detected