MCPcopy Create free account
hub / github.com/archlinux/archinstall / stringify

Method stringify

archinstall/tui/rich.py:17–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 )
16
17 def stringify(self) -> str:
18 string_io = StringIO()
19 buf = Console(file=string_io, highlight=False)
20 buf.print(self)
21
22 _ = string_io.seek(0)
23 output = string_io.read()
24
25 return output

Callers 1

as_key_value_pairFunction · 0.95

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected