Searched refs:UserComments (Results 1 – 2 of 2) sorted by relevance
13 UserComments,65 comments_per_user: Dict[str, UserComments] = defaultdict(
14 UserComments = TypedDict("User", {"name": str, "email": str, "comments": int}) variable