Skip to content

liblaf.grapes.sentinel ¤

Functions:

Attributes:

MISSING module-attribute ¤

MISSING = Sentinel('MISSING')

NOP module-attribute ¤

NOP = Sentinel('NOP')

nop ¤

nop(*args, **kwargs) -> None
Source code in src/liblaf/grapes/sentinel/_function.py
1
def nop(*args, **kwargs) -> None: ...