Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/unicode/
Dgenmap_support.py53 def update_decode_map(self, c1range, c2range, onlymask=(), wide=0): argument
57 if c1 not in self.decode_map or (onlymask and c1 not in onlymask):