Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566d8a6 commit e0d0090Copy full SHA for e0d0090
2 files changed
Lib/curses/ascii.py
@@ -1,6 +1,4 @@
1
-#
2
-# ascii.py -- constants and membership tests for ASCII characters
3
+"""Constants and membership tests for ASCII characters"""
4
5
NUL = 0x00 # ^@
6
SOH = 0x01 # ^A
Lib/curses/textpad.py
-"""curses.textpad
-
-"""
+"""Simple textbox editing widget with Emacs-like keybindings."""
import sys, curses, ascii
0 commit comments