Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/docs/tools/
H A Ddump_format_style.py10 from io import TextIOWrapper
168 def __init__(self, header: TextIOWrapper): argument
/openbsd/gnu/llvm/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py186 sys.stdout = io.TextIOWrapper(sys.stdout.buffer, newline='\n')