(self, dtype=None)
| 372 | class="cm"># TODO(Categorical): identify other places where this may be |
| 373 | class="cm"># useful and move to a conftest.py |
| 374 | def array(self, dtype=None): |
| 375 | raise ValueError(class="st">"I cannot be converted.") |
| 376 | |
| 377 | with monkeypatch.context() as m: |
| 378 | m.setattr(Categorical, class="st">"__array__", array) |
no outgoing calls
no test coverage detected