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

Method test_in_from_2seq

numpy/f2py/tests/test_array_from_pyobj.py:406–408  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

404 return [[1, 2, 3], [4, 5, 6]]
405
406 def test_in_from_2seq(self):
407 a = self.array([2], intent.in_, self.num2seq)
408 assert not a.has_shared_memory()
409
410 def test_in_from_2casttype(self):
411 for t in self.type.cast_types():

Callers

nothing calls this directly

Calls 1

has_shared_memoryMethod · 0.80

Tested by

no test coverage detected