MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / cursor

Method cursor

lib/sqlalchemy/engine/interfaces.py:144–144  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

142 def commit(self) -> None: ...
143
144 def cursor(self, *args: Any, **kwargs: Any) -> DBAPICursor: ...
145
146 def rollback(self) -> None: ...
147

Callers 2

do_pingMethod · 0.45
create_default_cursorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected