Searched refs:UserComments (Results 1 – 2 of 2) sorted by relevance
11 from libvoters import UserChanges, UserComments, changes_factory, comments_factory60 comments_per_user: Dict[str, UserComments] = defaultdict(
14 UserComments = TypedDict("User", {"name": str, "email": str, "comments": int}) variable