MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / traverse

Method traverse

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

Source from the content-addressed store, hash-verified

1098
1099 @overload
1100 def traverse(self, obj: Literal[None]) -> None: ...
1101
1102 # note this specializes the ReplacingExternalTraversal.traverse()
1103 # method to state

Calls

no outgoing calls