is_str Function

public function is_str(obj)

Checks if object is a Python str

Arguments

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

The object to check.

Return Value logical