is_tuple Function

public function is_tuple(obj)

Checks if object is a Python tuple.

Arguments

Type IntentOptional AttributesName
class(object), intent(in) :: obj

The object to check.

Return Value logical