pg.typing.MissingValue#

Accessible via pg.typing.MissingValue.

class MissingValue(value_spec)[source]#

Bases: pg.object_utils.MissingValue, pg.Formattable

Class represents missing value for a specific value spec.

Methods:

format([compact, verbose, root_indent])

Format current object.

Attributes:

value_spec

Returns value spec of current missing value.

format(compact=False, verbose=True, root_indent=0, **kwargs)[source]#

Format current object.

Return type:

str

property value_spec: ValueSpec[source]#

Returns value spec of current missing value.