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

Method items

archinstall/tui/result.py:51–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 return self._item
50
51 def items(self) -> list[MenuItem]:
52 if isinstance(self._item, list):
53 return self._item
54
55 raise ValueError('Invalid item type')
56
57 def get_value(self) -> ValueT:
58 if self._item is not None:

Callers 15

get_valuesMethod · 0.95
test_creds_roundtripFunction · 0.45
_translate_bindingsFunction · 0.45
post_install_checkMethod · 0.45
setup_btrfs_snapshotMethod · 0.45
_get_catalog_sizeMethod · 0.45
safe_configMethod · 0.45
as_summaryMethod · 0.45
_cleanup_configMethod · 0.45
as_key_value_pairFunction · 0.45
as_tableFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_creds_roundtripFunction · 0.36