()
| 144 | |
| 145 | @pytest.mark.skipif("not np") |
| 146 | def test_tokenize_numpy_datetime(): |
| 147 | check_tokenize(np.array(["2000-01-01T12:00:00"], dtype="M8[ns]")) |
| 148 | |
| 149 | |
| 150 | @pytest.mark.skipif("not np") |
nothing calls this directly
no test coverage detected
searching dependent graphs…