Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ ascii
Function
ascii
src/bitmessagecurses/__init__.py:82–87 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
80
r = curses.color_pair(0)
81
return
r
82
def
ascii(s):
83
r =
""
84
for
c in s:
85
if
ord(c) in range(128):
86
r += c
87
return
r
88
89
def
drawmenu(stdscr):
90
menustr =
" "
Callers
3
handlech
Function · 0.85
loadInbox
Function · 0.85
loadSent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected