class documentation

class StringConverterTestCase:

Known subclasses: numpy.core.tests.test_conversion_utils.TestByteorderConverter, numpy.core.tests.test_conversion_utils.TestCastingConverter, numpy.core.tests.test_conversion_utils.TestClipmodeConverter, numpy.core.tests.test_conversion_utils.TestOrderConverter, numpy.core.tests.test_conversion_utils.TestSearchsideConverter, numpy.core.tests.test_conversion_utils.TestSelectkindConverter, numpy.core.tests.test_conversion_utils.TestSortkindConverter

View In Hierarchy

Undocumented

Method ​_check Takes valid non-deprecated inputs for converters, runs converters on inputs, checks correctness of outputs, warnings and errors
Method ​_check​_conv​_assert​_warn Undocumented
Method ​_check​_value​_error Undocumented
Method test​_wrong​_type Undocumented
Method test​_wrong​_value Undocumented
Class Variable allow​_bytes Undocumented
Class Variable case​_insensitive Undocumented
Class Variable exact​_match Undocumented
Class Variable warn Undocumented
def _check(self, val, expected):
Takes valid non-deprecated inputs for converters, runs converters on inputs, checks correctness of outputs, warnings and errors
def _check_conv_assert_warn(self, val, expected):

Undocumented

def _check_value_error(self, val):

Undocumented

def test_wrong_type(self):

Undocumented

def test_wrong_value(self):

Undocumented

allow_bytes: bool =

Undocumented