liblaf.grapes.sentinel ยค Functions: nop โ Attributes: MISSING โ NOP โ 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 1def nop(*args, **kwargs) -> None: ...