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

Method as_text

archinstall/lib/models/device.py:395–399  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

393 return Size(value, target_unit, self.sector_size)
394
395 def as_text(self) -> str:
396 return self.format_size(
397 self.unit,
398 self.sector_size,
399 )
400
401 def format_size(
402 self,

Callers

nothing calls this directly

Calls 1

format_sizeMethod · 0.95

Tested by

no test coverage detected