MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / no_more_statements

Method no_more_statements

lib/sqlalchemy/testing/assertsql.py:400–404  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

398 self.is_consumed = True
399
400 def no_more_statements(self):
401 if self.rules and not self.rules[0].is_consumed:
402 self.rules[0].no_more_statements()
403 elif self.rules:
404 super().no_more_statements()
405
406
407class Conditional(EachOf):

Callers 1

assert_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected