Module: utils.sentinel

Sentinel class for constants with useful reprs

1 Class

class IPython.utils.sentinel.Sentinel(name: str, module: str, docstring: str | None = None)

Bases: object

__init__(name: str, module: str, docstring: str | None = None) None