Searched defs:TextIO (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | writer.py | 44 def write_prologue(self, f: TextIO): 54 def write_epilogue(self, f: TextIO): 67 def write_prologue(self, f: TextIO):
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/ |
| D | cmd_executor.py | 25 …def run_command(self, command: List[str], stdout: Union[TextIO, int] = subprocess.PIPE) -> Union[s… 34 …def run_command(self, command: List[str], stdout: Union[TextIO, int] = subprocess.PIPE) -> Union[s…
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/utils/ |
| D | outputs.py | 72 out: TextIO, 226 def write_body(self, f: TextIO): 230 def write_prologue(self, f: TextIO): 233 def write_epilogue(self, f: TextIO):
|
| D | logging.py | 47 def should_use_color(f: TextIO) -> bool:
|
| D | diagnostics.py | 216 def __init__(self, out: TextIO = stderr):
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | writer.py | 44 def write_prologue(self, f: TextIO):
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
| D | util_astchecker.py | 270 def parse_tests(self, file: TextIO) -> UtilASTChecker.TestCasesList:
|