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: ...