MCPcopy
hub / github.com/ray-project/ray / extract_values

Function extract_values

python/ray/data/tests/util.py:83–84  ·  view source on GitHub ↗
(col_name, tuples)

Source from the content-addressed store, hash-verified

81
82
83def extract_values(col_name, tuples):
84 return [t[col_name] for t in tuples]
85
86
87def assert_exprs_equal(actual: List[Expr], expected: List[Expr]):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…