Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release.

Module: utils.sentinel

Sentinel class for constants with useful reprs

1 Class

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

Bases: object

__init__(name, module, docstring=None)