MCPcopy Index your code
hub / github.com/archlinux/archinstall / __str__

Method __str__

archinstall/lib/command.py:82–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80
81 @override
82 def __str__(self) -> str:
83 try:
84 return self._trace_log.decode('utf-8')
85 except UnicodeDecodeError:
86 return str(self._trace_log)
87
88 def __enter__(self) -> Self:
89 return self

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected