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

Method fail

numpy/core/tests/test_defchararray.py:87–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 def test_non_existent_method(self):
86
87 def fail():
88 _vec_string('a', np.bytes_, 'bogus')
89
90 assert_raises(AttributeError, fail)
91

Callers

nothing calls this directly

Calls 1

_vec_stringFunction · 0.90

Tested by

no test coverage detected