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

Method get_binary_units

archinstall/lib/models/device.py:301–302  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

299
300 @classmethod
301 def get_binary_units(cls) -> list[Self]:
302 return [u for u in cls if 'i' in u.name or u.name == 'B']
303
304
305class _SectorSizeSerialization(TypedDict):

Callers 1

binary_unit_highestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected