mirror of
https://github.com/python/cpython.git
synced 2026-04-17 09:20:43 +00:00
5 lines
63 B
TOML
5 lines
63 B
TOML
|
|
escape = "\e"
|
||
|
|
tab = "\x09"
|
||
|
|
upper-j = "\x4a"
|
||
|
|
upper-j-2 = "\x4A"
|