class documentation

class TestFixedString(util.F2PyTest):

View In Hierarchy

Undocumented

Static Method ​_sint Return the content of a string buffer as integer value.
Method ​_get​_input Undocumented
Method test​_intent​_in Undocumented
Method test​_intent​_inout Undocumented
Class Variable code Undocumented
Class Variable suffix 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
Instance Variable module Undocumented
@staticmethod
def _sint(s, start=0, end=None):

Return the content of a string buffer as integer value.

For example:
_sint('1234') -> 4321 _sint('123A') -> 17321
def _get_input(self, intent='in'):

Undocumented

def test_intent_in(self):

Undocumented

def test_intent_inout(self):

Undocumented

code =

Undocumented

suffix: str =

Undocumented