is_list Function

public function is_list(obj)

Checks if object is a Python list.

Arguments

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

The object to check.

Return Value logical