conda_recipe_manager.types

Description:

Provides public types, type aliases, constants, and small classes used by all modules.

Classes

SentinelType()

A single sentinel class to be used in this project, as an alternative to None when None cannot be used.

class conda_recipe_manager.types.SentinelType[source]

Bases: object

A single sentinel class to be used in this project, as an alternative to None when None cannot be used. It is defined in a way such that SentinelType instances survive pickling and allocations in different memory spaces.