MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _supports_unicode

Function _supports_unicode

pager_lib/tqdm/utils.py:266–270  ·  view source on GitHub ↗
(fp)

Source from the content-addressed store, hash-verified

264
265
266def _supports_unicode(fp):
267 try:
268 return _is_utf(fp.encoding)
269 except AttributeError:
270 return False
271
272
273def _is_ascii(s):

Callers 2

__init__Method · 0.85
_is_asciiFunction · 0.85

Calls 1

_is_utfFunction · 0.85

Tested by

no test coverage detected