initSidebarItems({"fn":[["get_current_uid","Return the user ID for the user running the process."],["get_current_username","Return the username of the user running the process."],["get_group_by_gid","Return a Group object if one exists for the given group ID; otherwise, return None."],["get_group_by_name","Return a Group object if one exists for the given groupname; otherwise, return None."],["get_user_by_name","Return a User object if one exists for the given username; otherwise, return None."],["get_user_by_uid","Return a User object if one exists for the given user ID; otherwise, return None."]],"mod":[["mock","Mockable users and groups."]],"struct":[["Group","Information about a particular group."],["OSUsers","A producer of user and group instances that caches every result."],["User","Information about a particular user."]],"trait":[["Users","The trait for the `OSUsers` object."]],"type":[["gid_t",""],["uid_t",""]]});