module documentation

The tests exercise the casting machinery in a more low-level manner. The reason is mostly to test a new implementation of the casting machinery.

Unlike most tests in NumPy, these are closer to unit-tests rather than integration tests.

Constant CAST​_TABLE Undocumented
Variable simple​_dtypes Undocumented
Class ​Casting Undocumented
Class ​Test​Casting No class docstring; 0/1 class variable, 3/18 methods documented
Class ​Test​Changes These test cases exercise some behaviour changes
Function ​_get​_cancast​_table Undocumented
Function get​_expected​_stringlength Returns the string length when casting the basic dtypes to strings.
Function simple​_dtype​_instances Undocumented
CAST_TABLE =

Undocumented

Value
_get_cancast_table()
simple_dtypes =

Undocumented

def _get_cancast_table():

Undocumented

def get_expected_stringlength(dtype):
Returns the string length when casting the basic dtypes to strings.
def simple_dtype_instances():

Undocumented