(self, data, shape,
message=None, rel_tol=None, abs_tol=None)
| 1151 | yield cm(tx) |
| 1152 | |
| 1153 | def assert_data_shape(self, data, shape, |
| 1154 | message=None, rel_tol=None, abs_tol=None): |
| 1155 | assert_data_shape.assert_data_shape( |
| 1156 | data, shape, self.fail, |
| 1157 | message=message, rel_tol=rel_tol, abs_tol=abs_tol, |
| 1158 | ) |
| 1159 | |
| 1160 | async def assert_query_result( |
| 1161 | self, |
no outgoing calls