Home
last modified time | relevance | path

Searched refs:isunicode (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dsre_compile.py256 def _optimize_charset(charset, fixup, fixes, isunicode): argument
296 if fixup and isunicode and op is RANGE:
Dpickle.py513 unicode = obj.isunicode()