MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / traverse

Method traverse

lib/sqlalchemy/sql/visitors.py:666–666  ·  view source on GitHub ↗
(self, obj: Literal[None])

Source from the content-addressed store, hash-verified

664
665 @overload
666 def traverse(self, obj: Literal[None]) -> None: ...
667
668 @overload
669 def traverse(

Callers

nothing calls this directly

Calls 1

traverseFunction · 0.85

Tested by

no test coverage detected