Searched refs:_ILLEGAL_YAML_CHARS (Results 1 – 1 of 1) sorted by relevance
58 _ILLEGAL_YAML_CHARS = re.compile(r'[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x9f]') variable658 yaml.safe_load_all(_ILLEGAL_YAML_CHARS.sub('', f.read()))