bids.variables.entities.RunInfo

class RunInfo(entities, duration, tr, image)
Attributes
duration

Alias for field number 1

entities

Alias for field number 0

image

Alias for field number 3

tr

Alias for field number 2

Methods

count(self, value, /)

Return number of occurrences of value.

index(self, value[, start, stop])

Return first index of value.

__init__(self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(self, /, \*args, \*\*kwargs)

Initialize self.

count(self, value, /)

Return number of occurrences of value.

index(self, value[, start, stop])

Return first index of value.

Attributes

duration

Alias for field number 1

entities

Alias for field number 0

image

Alias for field number 3

tr

Alias for field number 2

count(self, value, /)

Return number of occurrences of value.

property duration

Alias for field number 1

property entities

Alias for field number 0

property image

Alias for field number 3

index(self, value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.

property tr

Alias for field number 2