bundles / papyri 0.0.10 / papyri / node_base / debug
function
papyri.node_base:debug
source: /papyri/node_base.py :272
Signature
def debug ( value : int ) → Callable[[type], type] Summary
Like @register but marks the node type as debug/in-flux.
Extended Summary
Debug nodes appear in the IR while their schema is still being worked out. They carry a CBOR tag so they round-trip correctly, but they are not considered stable output and should be visually distinguished from production nodes in tooling and the viewer.
Aliases
-
papyri.node_base.debug