(self, keyspace, statement)
| 1078 | class NoSpeculativeExecutionPolicy(SpeculativeExecutionPolicy): |
| 1079 | |
| 1080 | def new_plan(self, keyspace, statement): |
| 1081 | return NoSpeculativeExecutionPlan() |
| 1082 | |
| 1083 | |
| 1084 | class ConstantSpeculativeExecutionPolicy(SpeculativeExecutionPolicy): |
nothing calls this directly
no test coverage detected