()
| 32 | |
| 33 | |
| 34 | def test_docs() -> None: |
| 35 | ########################################################################### |
| 36 | # PLEASE UPDATE docs/advanced/cast/custom.rst IF ANY CHANGES ARE MADE HERE. |
| 37 | ########################################################################### |
| 38 | point1 = [1.0, -1.0] |
| 39 | point2 = m.negate(point1) |
| 40 | assert point2 == (-1.0, 1.0) |
nothing calls this directly
no outgoing calls
no test coverage detected