MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / cloned_traverse

Function cloned_traverse

lib/sqlalchemy/sql/visitors.py:955–959  ·  view source on GitHub ↗
(
    obj: Literal[None],
    opts: Mapping[str, Any],
    visitors: Mapping[str, _TraverseCallableType[Any]],
)

Source from the content-addressed store, hash-verified

953
954@overload
955def cloned_traverse(
956 obj: Literal[None],
957 opts: Mapping[str, Any],
958 visitors: Mapping[str, _TraverseCallableType[Any]],
959) -> None: ...
960
961
962# a bit of controversy here, as the clone of the lead element

Callers 11

test_cte_w_unionMethod · 0.90
goMethod · 0.90
goMethod · 0.90
traverseMethod · 0.85
deferred_copy_internalsFunction · 0.85
_replace_paramsMethod · 0.85

Calls 2

cloneFunction · 0.70
getMethod · 0.45