NoneType_create Function

public function NoneType_create(r) result(ierror)

Creates a Python None.

Arguments

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

The created None

Return Value integer(kind=C_INT)

Error code, 0 on success