class documentation

class TestModuleDocString(util.F2PyTest): (source)

View In Hierarchy

Undocumented

Method test_module_docstring Undocumented
Class Variable sources Undocumented

Inherited from F2PyTest:

Method setup_method Undocumented
Class Variable code Undocumented
Class Variable only Undocumented
Class Variable options Undocumented
Class Variable skip Undocumented
Class Variable suffix Undocumented
Instance Variable module Undocumented
Property module_name 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_module_docstring(self): (source)

Undocumented