HedTypeCount¶
- class HedTypeCount(type_value, type_tag, file_name=None)[source]
Manager of the counts of tags for one type tag such as Condition-variable or Task.
- Parameters:
type_value (str) – The value of the variable to be counted.
type_tag (str) – The type of variable.
Examples
HedTypeCounts(‘SymmetricCond’, ‘condition-variable’) keeps counts of Condition-variable/Symmetric.
Methods
|
|
Return the summary of one value of one type tag. |
|
Return count information as a dictionary. |
|
|
Update the counts from a HedTypeValues. |
Attributes