module documentation

Undocumented

Variable complex​_floating​_types Undocumented
Variable floating​_types Undocumented
Variable objecty​_things Undocumented
Variable reasonable​_operators​_for​_scalars Undocumented
Variable types Undocumented
Class ​Test​Abs Undocumented
Class ​Test​Base​Math Undocumented
Class ​Test​Bit​Shifts No class docstring; 1/1 method documented
Class ​Test​Complex​Division Undocumented
Class ​Test​Conversion Undocumented
Class ​Test​Hash Undocumented
Class ​Test​Modulus Undocumented
Class ​Test​Multiply Undocumented
Class ​Test​Negative Undocumented
Class ​Test​Power Undocumented
Class ​Test​Repr Undocumented
Class ​Test​Size​Of Undocumented
Class ​Test​Subtract Undocumented
Class ​Test​Types Undocumented
Function ​_signs Undocumented
Function floordiv​_and​_mod Undocumented
Function recursionlimit Undocumented
Function test​_clongdouble​_inf​_loop Undocumented
Function test​_longdouble​_inf​_loop Undocumented
Function test​_operator​_object​_left Undocumented
Function test​_operator​_object​_right Undocumented
Function test​_operator​_scalars Undocumented
complex_floating_types =

Undocumented

floating_types =

Undocumented

objecty_things =

Undocumented

reasonable_operators_for_scalars =

Undocumented

types =

Undocumented

def _signs(dt):

Undocumented

def floordiv_and_mod(x, y):

Undocumented

@contextlib.contextmanager
def recursionlimit(n):

Undocumented

@pytest.mark.parametrize('op', reasonable_operators_for_scalars)
def test_clongdouble_inf_loop(op):

Undocumented

@pytest.mark.parametrize('op', reasonable_operators_for_scalars)
def test_longdouble_inf_loop(op):

Undocumented

@given(sampled_from(objecty_things), sampled_from(reasonable_operators_for_scalars), sampled_from(types))
@settings(verbosity=Verbosity.verbose)
def test_operator_object_left(o, op, type_):

Undocumented

@given(sampled_from(objecty_things), sampled_from(reasonable_operators_for_scalars), sampled_from(types))
def test_operator_object_right(o, op, type_):

Undocumented

@given(sampled_from(reasonable_operators_for_scalars), sampled_from(types), sampled_from(types))
def test_operator_scalars(op, type1, type2):

Undocumented