feynml.labeled.Labeled

class feynml.labeled.Labeled(label: str | None = None)[source]

Bases: object

__init__(label: str | None = None) None

Methods

__init__([label])

with_label(value[, k])

Set label to value and return self.

Attributes

label

with_label(value, k='label')

Set label to value and return self.