is_bytes Function

public function is_bytes(obj)

Checks if object is a Python bytes.

Arguments

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

The object to check.

Return Value logical