Skip to content
Benjamin Nelson DeMann edited this page Aug 24, 2017 · 2 revisions

User

The user class also allows you to access the information stored in the .user file for each user.

User is a subclass of the Environment module.

Static Methods

  • create_new_dict(username):

Instance Methods

  • _init_(self, filepath):
  • get_username(self):
  • get_fullname(self):
  • get_email(self):
  • has_email(self):
  • update_email(self, new_email):
  • update_fullname(self, new_name):