class documentation

class Tests:

View In Hierarchy

Undocumented

Static Method bool Undocumented
Static Method buff Undocumented
Static Method float Undocumented
Static Method int Undocumented
Static Method list Undocumented
Static Method none Undocumented
Static Method object_size Undocumented
Static Method str Undocumented
@staticmethod
@_create_test('object must be {valid!r}, not {found!r}', Bool)
def bool(*objects, raise_err=True):

Undocumented

@staticmethod
@_create_test('buffer must be {valid} object, got {found!r} object', Str)
def buff(*objects, raise_err=True):

Undocumented

@staticmethod
@_create_test('can\'t convert {found} to {valid}', Float, Int)
def float(*objects, raise_err=True):

Undocumented

@staticmethod
@_create_test('can\'t convert {found} to {valid}', Int)
def int(*objects, raise_err=True):

Undocumented

@staticmethod
@_create_test('object {found!r} isn\'t a {valid}', tuple, list)
def list(*objects, raise_err=True):

Undocumented

@staticmethod
@_create_test('{valid} object not allowed', type(None), reverse=True)
def none(*objects, raise_err=True):

Undocumented

@staticmethod
def object_size(size, *objects, raise_err=True):

Undocumented

@staticmethod
@_create_test('can\'t convert {found!r} object to {valid} implicitly', Str)
def str(*objects, raise_err=True):

Undocumented