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

Method hidden

archinstall/lib/models/users.py:147–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 return self.enc_password == other.enc_password
146
147 def hidden(self) -> str:
148 if self._plaintext:
149 return '*' * len(self._plaintext)
150 else:
151 return '*' * 8
152
153
154@dataclass

Callers 7

get_passwordFunction · 0.95
_prev_authenticationMethod · 0.80
_add_userMethod · 0.80
_prev_root_pwdMethod · 0.80
_prev_disk_encryptionMethod · 0.80
_prev_passwordMethod · 0.80
table_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected