galax.function.ReduceFunction

class galax.function.ReduceFunction(op, msg_field, out_field)

Bases: tuple

__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

msg_field

Alias for field number 1

op

Alias for field number 0

out_field

Alias for field number 2

count(value, /)

Return number of occurrences of value.

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

Return first index of value.

Raises ValueError if the value is not present.

property msg_field

Alias for field number 1

property op

Alias for field number 0

property out_field

Alias for field number 2