class documentation

class TestSpecialMethods:

View In Hierarchy

Undocumented

Method test​_array​_too​_many​_args Undocumented
Method test​_default​_prepare Undocumented
Method test​_failing​_out​_wrap Undocumented
Method test​_failing​_prepare Undocumented
Method test​_failing​_wrap Undocumented
Method test​_gufunc​_override Undocumented
Method test​_none​_wrap Undocumented
Method test​_old​_wrap Undocumented
Method test​_prepare Undocumented
Method test​_prepare​_out Undocumented
Method test​_priority Undocumented
Method test​_priority​_with​_scalar Undocumented
Method test​_ufunc​_override Undocumented
Method test​_ufunc​_override​_disabled Undocumented
Method test​_ufunc​_override​_exception Undocumented
Method test​_ufunc​_override​_methods Undocumented
Method test​_ufunc​_override​_mro Undocumented
Method test​_ufunc​_override​_not​_implemented Undocumented
Method test​_ufunc​_override​_out Undocumented
Method test​_ufunc​_override​_with​_super Undocumented
Method test​_wrap Undocumented
Method test​_wrap​_and​_prepare​_out Undocumented
Method test​_wrap​_with​_iterable Undocumented
def test_array_too_many_args(self):

Undocumented

def test_default_prepare(self):

Undocumented

def test_failing_out_wrap(self):

Undocumented

def test_failing_prepare(self):

Undocumented

def test_failing_wrap(self):

Undocumented

def test_gufunc_override(self):

Undocumented

def test_none_wrap(self):

Undocumented

def test_old_wrap(self):

Undocumented

@pytest.mark.parametrize('use_where', [True, False])
def test_prepare(self, use_where):

Undocumented

@pytest.mark.parametrize('use_where', [True, False])
def test_prepare_out(self, use_where):

Undocumented

def test_priority(self):

Undocumented

def test_priority_with_scalar(self):

Undocumented

def test_ufunc_override(self):

Undocumented

def test_ufunc_override_disabled(self):

Undocumented

def test_ufunc_override_exception(self):

Undocumented

def test_ufunc_override_methods(self):

Undocumented

def test_ufunc_override_mro(self):

Undocumented

def test_ufunc_override_not_implemented(self):

Undocumented

def test_ufunc_override_out(self):

Undocumented

def test_ufunc_override_with_super(self):

Undocumented

def test_wrap(self):

Undocumented

def test_wrap_and_prepare_out(self):

Undocumented

def test_wrap_with_iterable(self):

Undocumented