flitsr.spectrum.Details¶
- class flitsr.spectrum.Details¶
Bases:
RecordClassThe information pertaining to and uniquely identifying a
Spectrum.Element.- Parameters:
pname – Either the full name of the element (if no other information is given), or the path name.
method – The method name of the element.
line_no – The line number of the element.
extra – Any additional information related to this element; May include an index for duplicate elements.
- __init__(*args, **kwargs)¶
Methods
__init__(*args, **kwargs)constructDetails(details)Attributes
- extra: str | None¶
- line_no: int | None¶
- method: str | None¶
- pname: str¶