MCPcopy 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
82def ascii(s):
83 r = ""
84 for c in s:
85 if ord(c) in range(128):
86 r += c
87 return r
88
89def drawmenu(stdscr):
90 menustr = " "

Callers 3

handlechFunction · 0.85
loadInboxFunction · 0.85
loadSentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected