class documentation

class TestLeaks:

View In Hierarchy

Undocumented

Class A Undocumented
Method test​_frompyfunc​_leaks Undocumented
@pytest.mark.skipif(not HAS_REFCOUNT, reason='Python lacks refcounts')
@pytest.mark.parametrize('name, incr', [('bound', A.iters), ('unbound', 0)])
def test_frompyfunc_leaks(self, name, incr):

Undocumented