Home
last modified time | relevance | path

Searched refs:NON_PRINTABLE (Results 1 - 1 of 1) sorted by relevance

/third_party/PyYAML/lib/yaml/
H A Dreader.py137 NON_PRINTABLE = re.compile('[^\x09\x0A\x0D\x20-\x7E\x85\xA0-\uD7FF\uE000-\uFFFD\U00010000-\U0010ffff]') variable in Reader
139 match = self.NON_PRINTABLE.search(data)

Completed in 1 milliseconds