(self)
| 234 | |
| 235 | @test_case |
| 236 | def get_by_key2(self): |
| 237 | # NOTE: this is not representative of real usage |
| 238 | self.row._get_by_key_impl_mapping("a") |
| 239 | self.row._get_by_key_impl_mapping("b") |
| 240 | self.row_long._get_by_key_impl_mapping("s") |
| 241 | self.row_long._get_by_key_impl_mapping("a") |
| 242 | |
| 243 | @test_case |
| 244 | def getattr(self): |
nothing calls this directly
no test coverage detected