class documentation

class TestF77Callback(util.F2PyTest):

Known subclasses: numpy.f2py.tests.test_callback.TestF77CallbackPythonTLS

View In Hierarchy

Undocumented

Method check​_function Undocumented
Method test​_all Undocumented
Method test​_docstring Undocumented
Method test​_hidden​_callback Undocumented
Method test​_string​_callback Undocumented
Method test​_string​_callback​_array Undocumented
Method test​_threadsafety 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
def check_function(self, name):

Undocumented

@pytest.mark.parametrize('name', """t,t2""".split(','))
def test_all(self, name):

Undocumented

@pytest.mark.xfail(IS_PYPY, reason='PyPy cannot modify tp_doc after PyType_Ready')
def test_docstring(self):

Undocumented

def test_hidden_callback(self):

Undocumented

@pytest.mark.skipif((sys.platform == 'win32'), reason='Fails with MinGW64 Gfortran (Issue #9673)')
def test_string_callback(self):

Undocumented

@pytest.mark.skipif((sys.platform == 'win32'), reason='Fails with MinGW64 Gfortran (Issue #9673)')
def test_string_callback_array(self):

Undocumented

def test_threadsafety(self):

Undocumented

code: str =

Undocumented