statspost._type

Module Contents

Classes

_MissingSentinel

A type safe sentinel for the None type.

Attributes

class statspost._type._MissingSentinel[source]

A type safe sentinel for the None type.

__slots__ = []
__eq__(other)[source]

Return self==value.

__bool__()[source]
__hash__()[source]

Return hash(self).

__repr__()[source]

Return repr(self).

__iter__()[source]
__len__()[source]
statspost._type.MISSING :Any