MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / visit_sequence

Method visit_sequence

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

Source from the content-addressed store, hash-verified

6931 return self.visit_getitem_binary(binary, operator, **kw)
6932
6933 def visit_sequence(self, sequence, **kw):
6934 return (
6935 f"<next sequence value: {self.preparer.format_sequence(sequence)}>"
6936 )
6937
6938 def returning_clause(
6939 self,

Callers

nothing calls this directly

Calls 1

format_sequenceMethod · 0.80

Tested by

no test coverage detected