feynml.id.Identifiable

class feynml.id.Identifiable(id: str | None = None)[source]

Bases: object

__init__(id: str | None = None) None

Methods

__init__([id])

with_id(value[, k])

Set id to value and return self.

Attributes

id

with_id(value, k='id')

Set id to value and return self.