-
Notifications
You must be signed in to change notification settings - Fork 10
User
Benjamin Nelson DeMann edited this page Aug 24, 2017
·
2 revisions
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.
- create_new_dict(username):
- _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):