CIME.tests.test_unit_compare_two.Call

class CIME.tests.test_unit_compare_two.Call(method, arguments)[source]

Bases: tuple

Methods

__init__

count

Return number of occurrences of value.

index

Return first index of value.

arguments[source]

Alias for field number 1

count(value, /)[source]

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)[source]

Return first index of value.

Raises ValueError if the value is not present.

method[source]

Alias for field number 0