(self)
| 1259 | d = a.astype(object) |
| 1260 | |
| 1261 | def values(self): |
| 1262 | attr_names = ('a', 'b', 'c', 'd') |
| 1263 | return (getattr(self, name) for name in attr_names) |
| 1264 | |
| 1265 | def test_basic(self): |
| 1266 | slc = np.s_[2:-1] |
no outgoing calls
no test coverage detected