MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / collate

Function collate

lib/sqlalchemy/sql/operators.py:2233–2234  ·  view source on GitHub ↗
(a: Any, b: Any)

Source from the content-addressed store, hash-verified

2231
2232@_operator_fn
2233def collate(a: Any, b: Any) -> Any:
2234 return a.collate(b)
2235
2236
2237@_operator_fn

Callers 2

test_collateMethod · 0.90
test_collateMethod · 0.90

Calls 1

collateMethod · 0.45

Tested by 2

test_collateMethod · 0.72
test_collateMethod · 0.72