baby.generator.ImageLabelShapes

class baby.generator.ImageLabelShapes(input, output)

Bases: tuple

Attributes
input

Alias for field number 0

output

Alias for field number 1

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

__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

input

Alias for field number 0

output

Alias for field number 1

count(value, /)

Return number of occurrences of value.

index(value, start=0, stop=sys.maxsize, /)

Return first index of value.

Raises ValueError if the value is not present.

property input

Alias for field number 0

property output

Alias for field number 1