is_none Function

public function is_none(obj)

Checks if object is a Python None.

Arguments

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

The object to check.

Return Value logical