bids.variables.entities.RunInfo¶
-
class
RunInfo(entities, duration, tr, image)¶ Attributes
durationAlias for field number 1 entitiesAlias for field number 0 imageAlias for field number 3 trAlias for field number 2 Methods
count(value)index(value, [start, [stop]])Raises ValueError if the value is not present. -
__init__($self, /, *args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
count(value)index(value, [start, [stop]])Raises ValueError if the value is not present. Attributes
durationAlias for field number 1 entitiesAlias for field number 0 imageAlias for field number 3 trAlias for field number 2 -
count(value) → integer -- return number of occurrences of value¶
-
duration¶ Alias for field number 1
-
entities¶ Alias for field number 0
-
image¶ Alias for field number 3
-
index(value[, start[, stop]]) → integer -- return first index of value.¶ Raises ValueError if the value is not present.
-
tr¶ Alias for field number 2
-