MCPcopy Create free account
hub / github.com/numpy/numpy / ArrayLike

Class ArrayLike

numpy/core/tests/test_shape_base.py:815–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813
814def test_block_dispatcher():
815 class ArrayLike:
816 pass
817 a = ArrayLike()
818 b = ArrayLike()
819 c = ArrayLike()

Callers 1

test_block_dispatcherFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_block_dispatcherFunction · 0.56