MCPcopy Index your code
hub / github.com/python/cpython / iterallchars

Function iterallchars

Lib/test/test_unicodedata.py:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29quicktest = not is_resource_enabled('cpu')
30
31def iterallchars():
32 maxunicode = 0xffff if quicktest else sys.maxunicode
33 return map(chr, range(maxunicode + 1))
34
35
36def check_version(testfile):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…