MCPcopy
hub / github.com/sqlalchemy/alembic / get_all_current

Method get_all_current

alembic/script/base.py:279–281  ·  view source on GitHub ↗
(self, id_: Tuple[str, ...])

Source from the content-addressed store, hash-verified

277 )
278
279 def get_all_current(self, id_: Tuple[str, ...]) -> Set[Script]:
280 with self._catch_revision_errors():
281 return cast(Set[Script], self.revision_map._get_all_current(id_))
282
283 def get_revision(self, id_: str) -> Script:
284 """Return the :class:`.Script` instance with the given rev id.

Callers 1

display_versionFunction · 0.80

Calls 2

_get_all_currentMethod · 0.80

Tested by

no test coverage detected