class documentation

class TestBlockDocString(util.F2PyTest):

View In Hierarchy

Undocumented

Method test​_block​_docstring Undocumented
Class Variable code Undocumented

Inherited from F2PyTest:

Method setup Undocumented
Class Variable module​_name Undocumented
Class Variable only Undocumented
Class Variable options Undocumented
Class Variable skip Undocumented
Class Variable sources Undocumented
Class Variable suffix Undocumented
Instance Variable module Undocumented
@pytest.mark.skipif((sys.platform == 'win32'), reason='Fails with MinGW64 Gfortran (Issue #9673)')
@pytest.mark.xfail(IS_PYPY, reason='PyPy cannot modify tp_doc after PyType_Ready')
def test_block_docstring(self):

Undocumented

code: str =

Undocumented