firecrown.metadata_types.TracerNames#
- class firecrown.metadata_types.TracerNames(name1, name2)[source]#
Bases:
YAMLSerializableThe names of the two tracers in the sacc file.
- Parameters:
name1 (
str) –name2 (
str) –
Public Methods:
__getitem__(item)Get the name of the tracer at the given index.
__iter__()Iterate through the data members.
__replace__(**changes)__hash__()Return hash(self).
__init__(name1, name2)- param name1:
__repr__()Return repr(self).
__eq__(other)Return self==value.
__setattr__(name, value)Implement setattr(self, name, value).
__delattr__(name)Implement delattr(self, name).
Inherited from
YAMLSerializable
- __eq__(other)#
Return self==value.