Searched refs:toChr (Results 1 – 1 of 1) sorted by relevance
375 toChr = lambda c: chr(c) if 32 <= c < 127 else '.' function378 cs = make(toChr, ' ', '')
Completed in 5 milliseconds