feynml.line.Line
- class feynml.line.Line(source: str | None = '', target: str | None = '')[source]
-
- __init__(source: str | None = '', target: str | None = '') None
Methods
__init__([source, target])connect(source, target)with_source(source)with_target(target)Attributes
Source of the object
Target of the object
- source: str | None = ''
Source of the object
- target: str | None = ''
Target of the object