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

Method traverse

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

Source from the content-addressed store, hash-verified

1110
1111 @overload
1112 def traverse(self, obj: Literal[None]) -> None: ...
1113
1114 # note this specializes the ReplacingExternalTraversal.traverse()
1115 # method to state

Calls

no outgoing calls