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
4
5
def nop(*args, **kwargs) -> None:
    pass

not_implemented ยค

not_implemented(*args, **kwargs) -> Never
Source code in src/liblaf/grapes/sentinel/_function.py
8
9
def not_implemented(*args, **kwargs) -> Never:
    raise NotImplementedError