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

Method test_asterisk1

numpy/f2py/tests/test_docs.py:32–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 _path('ftype.f')]
31
32 def test_asterisk1(self):
33 foo = getattr(self.module, 'foo1')
34 assert_equal(foo(), b'123456789A12')
35
36 def test_asterisk2(self):
37 foo = getattr(self.module, 'foo2')

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
fooClass · 0.50

Tested by

no test coverage detected