bundles / papyri 0.0.10 / papyri / nodes / ParamRef
class
papyri.nodes:ParamRef
source: /papyri/nodes.py :318
Signature
class ParamRef ( * args : Any , ** kwargs : Any ) → None Summary
Inline reference to a named parameter in the enclosing function's signature.
Extended Summary
Emitted when :param:`name` is used in a docstring to call out a sibling parameter. name is the bare identifier (no backticks, no leading stars). The viewer highlights every ParamRef sharing the same name and the corresponding entry in the rendered signature.
Aliases
-
papyri.nodes.ParamRef