dict_create Function

public function dict_create(r) result(ierror)

Creates an empty Python dictionary. Python: r = {}

Arguments

Type IntentOptional AttributesName
type(dict), intent(out) :: r

The created empty dict

Return Value integer(kind=C_INT)

Error code, 0 on success