bundles / papyri latest / papyri / nodes / Comment
class
papyri.nodes:Comment
source: /papyri/nodes.py :578
Signature
class Comment ( * args : Any , ** kwargs : Any ) → None Summary
RST comment node.
Extended Summary
Kept in the Python IR and JSON serialization so post-processing tools can see them. Stripped during CBOR pack (see Node.cbor) so they never appear in published bundles — hence no @register tag.
Aliases
-
papyri.doc.Comment