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