Trees Indices Help
Python Standard Library
Package curses :: Module ascii
[]

Module ascii

Constants and membership tests for ASCII characters

Functions [hide private]
_ctoi(c)
isalnum(c)
isalpha(c)
isascii(c)
isblank(c)
iscntrl(c)
isdigit(c)
isgraph(c)
islower(c)
isprint(c)
ispunct(c)
isspace(c)
isupper(c)
isxdigit(c)
isctrl(c)
ismeta(c)
ascii(c)
ctrl(c)
alt(c)
unctrl(c)
Variables [hide private]
NUL = 0 SOH = 1 STX = 2 ETX = 3 EOT = 4 ENQ = 5 ACK = 6 BEL = 7 BS = 8 TAB = 9 HT = 9 LF = 10 NL = 10 VT = 11 FF = 12 CR = 13 SO = 14 SI = 15 DLE = 16 DC1 = 17 DC2 = 18 DC3 = 19 DC4 = 20 NAK = 21 SYN = 22 ETB = 23 CAN = 24 EM = 25 SUB = 26 ESC = 27 FS = 28 GS = 29 RS = 30 US = 31 SP = 32 DEL = 127 controlnames = ['NUL', 'SOH', 'STX', 'ETX', 'EOT', 'ENQ', 'ACK...
Variables Details [hide private]

controlnames

Value:
['NUL',
 'SOH',
 'STX',
 'ETX',
 'EOT',
 'ENQ',
 'ACK',
 'BEL',
...

Trees Indices Help
Python Standard Library

AltStyle によって変換されたページ (->オリジナル) /