-
Notifications
You must be signed in to change notification settings - Fork 0
vtf iodata chars
srccircumflex edited this page Apr 24, 2023
·
4 revisions
The module contains the ordinal types for "non-functional" inputs.
chars.Eval(x) -> Char | Type[Char] ¶
Return a Char object or type from a representative sting.
raises: ValueError(exception) on errors with the original exception as argument.
class chars.Char(str) ¶
The base class for characters.
__repr__() -> str ¶
specialstaticmethod eval(x) -> Char ¶
Create a Char object from a representative sting of a Char object.
raises: ValueError(exception) on errors with the original exception as argument.
ASCII Character (Range 0x21 - 0x7e)
- Derivatives:
Pasted content when bracketed paste mode is active.
- Activated by:
- [CSI ? 2004 h] : DECPrivateMode.high(2004)
- # Resources:
- ; xterm/Bracketed-Paste-Mode : xterm/CSI/DECPM/Bracketed-Paste-Mode
0x09
: Tab -> "t"0x0a
: Linefeed -> "n"0x0d
: Return -> "n"0x20
: Space -> " "Note: replaces "r" to "n"
UTF8 Sequence (Sequence start in range 0xc2 - 0xf4)
Date: | 07 Nov 2022 |
---|---|
Version: | 0.1 |
Author: | Adrian Hoefflin [srccircumflex] |
Doc-Generator: | "pyiStructure-RSTGenerator" <prototype> |