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

Method json

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

Source from the content-addressed store, hash-verified

172 }
173
174 def json(self) -> UserSerialization:
175 return {
176 'username': self.username,
177 'enc_password': self.password.enc_password,
178 'sudo': self.sudo,
179 'groups': self.groups,
180 }
181
182 @classmethod
183 def parse_arguments(

Callers 3

unsafe_configMethod · 0.45
safe_configMethod · 0.45
_get_valuesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected