MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / visit_sequence

Method visit_sequence

lib/sqlalchemy/sql/compiler.py:6697–6700  ·  view source on GitHub ↗
(self, sequence, **kw)

Source from the content-addressed store, hash-verified

6695 return self.visit_getitem_binary(binary, operator, **kw)
6696
6697 def visit_sequence(self, sequence, **kw):
6698 return (
6699 f"<next sequence value: {self.preparer.format_sequence(sequence)}>"
6700 )
6701
6702 def returning_clause(
6703 self,

Callers

nothing calls this directly

Calls 1

format_sequenceMethod · 0.80

Tested by

no test coverage detected