pythonic-fp-circulararray

PyPI project pythonic-fp-circulararray part of the pythonic-fp namespace projects.

For the version 5.3.2 release.

Sentinels

Sentinel classes implemented as singletons, H is bounded by Hashable.

Module

Sentinel

Represents

novalue

NoValue()

actually missing value, not potentially missing

flavored

Sentinel[H]()

distinct sentinels indexed by hashable values

Getting Started