MCPcopy Create free account
hub / github.com/ml-explore/mlx / wrapper

Method wrapper

python/tests/test_compile.py:1108–1109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1106
1107 @wraps(inner)
1108 def wrapper():
1109 pass
1110
1111 def test_compiled_preserves_attributes(self):
1112 def inner(x: mx.array, y: str):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected