mini_project_1.show_inbox module¶
Show inbox
After a login, all unseen messages of the member will be displayed, and the status of the messages will be set to seen (i.e, the seen column is set to ‘y’).
-
mini_project_1.show_inbox.get_show_inbox_parser()[source]¶ Argparser for the
shell.MiniProjectShellshow_inboxcommandReturn type: ShellArgumentParser