SYNOPSIS
result = ctype.isblank(code)
DESCRIPTION
The isblank function tests for the standard blank-space characters.
The standard blank-space characters are the following:
| ‘ ’ | 0x20 | Space character. |
| \t | 0x09 | Horizontal tab. |
RETURN VALUE
The function returns a boolean indicating if the character test succeeded.