bioio.Scale

class bioio.Scale(T, C, Z, Y, X)[source]

Create new instance of Scale(T, C, Z, Y, X)

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

C

Alias for field number 1

T

Alias for field number 0

X

Alias for field number 4

Y

Alias for field number 3

Z

Alias for field number 2