is_dict Function

public function is_dict(obj)

Checks if object is a Python dict.

Arguments

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

The object to check.

Return Value logical