pyignite.datatypes.null_object module

Null object.

There can’t be null type, because null payload takes exactly 0 bytes.

class pyignite.datatypes.null_object.Null

Bases: pyignite.datatypes.base.IgniteDataType

classmethod build_c_type()
default = None
static from_python(*args)
classmethod parse(client: Client)
pythonic

alias of builtins.NoneType

static to_python(*args, **kwargs)