class documentation

class TestLeaks: (source)

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): (source)

Undocumented