(doc)
| 148 | |
| 149 | |
| 150 | def test_docs(doc): |
| 151 | assert ( |
| 152 | doc(m.vectorized_func) |
| 153 | == """ |
| 154 | vectorized_func(arg0: typing.Annotated[numpy.typing.ArrayLike, numpy.int32], arg1: typing.Annotated[numpy.typing.ArrayLike, numpy.float32], arg2: typing.Annotated[numpy.typing.ArrayLike, numpy.float64]) -> object |
| 155 | """ |
| 156 | ) |
| 157 | |
| 158 | |
| 159 | def test_trivial_broadcasting(): |