From 94cb60a6bde75a385c6ad9afbae2c8e738fdc0a0 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 25 Dec 2009 21:55:36 +0100 Subject: moved pydoc pages to doc/pydoc --- doc/pydoc/curses.ascii.html | 83 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 doc/pydoc/curses.ascii.html (limited to 'doc/pydoc/curses.ascii.html') diff --git a/doc/pydoc/curses.ascii.html b/doc/pydoc/curses.ascii.html new file mode 100644 index 00000000..1c361b0a --- /dev/null +++ b/doc/pydoc/curses.ascii.html @@ -0,0 +1,83 @@ + +Python: module curses.ascii + + + + + +
 
+ 
curses.ascii
index
/usr/lib/python3.1/curses/ascii.py
Module Docs
+

Constants and membership tests for ASCII characters

+

+ + + + + +
 
+Functions
       
alt(c)
+
ascii(c)
+
ctrl(c)
+
isalnum(c)
+
isalpha(c)
+
isascii(c)
+
isblank(c)
+
iscntrl(c)
+
isctrl(c)
+
isdigit(c)
+
isgraph(c)
+
islower(c)
+
ismeta(c)
+
isprint(c)
+
ispunct(c)
+
isspace(c)
+
isupper(c)
+
isxdigit(c)
+
unctrl(c)
+

+ + + + + +
 
+Data
       ACK = 6
+BEL = 7
+BS = 8
+CAN = 24
+CR = 13
+DC1 = 17
+DC2 = 18
+DC3 = 19
+DC4 = 20
+DEL = 127
+DLE = 16
+EM = 25
+ENQ = 5
+EOT = 4
+ESC = 27
+ETB = 23
+ETX = 3
+FF = 12
+FS = 28
+GS = 29
+HT = 9
+LF = 10
+NAK = 21
+NL = 10
+NUL = 0
+RS = 30
+SI = 15
+SO = 14
+SOH = 1
+SP = 32
+STX = 2
+SUB = 26
+SYN = 22
+TAB = 9
+US = 31
+VT = 11
+controlnames = ['NUL', 'SOH', 'STX', 'ETX', 'EOT', 'ENQ', 'ACK', 'BEL', 'BS', 'HT', 'LF', 'VT', 'FF', 'CR', 'SO', 'SI', 'DLE', 'DC1', 'DC2', 'DC3', ...]
+ \ No newline at end of file -- cgit 1.4.1-2-gfad0