Home
last modified time | relevance | path

Searched refs:UserChanges (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Danalyze-commits.py11 from libvoters import UserChanges, changes_factory
40 changes_per_user: Dict[str, UserChanges] = defaultdict(changes_factory)
H A Danalyze-reviews.py11 from libvoters import UserChanges, UserComments, changes_factory, comments_factory
40 changes_per_user: Dict[str, UserChanges] = defaultdict(changes_factory)
/openbmc/openbmc-tools/tof-voters/libvoters/
H A D__init__.py5 UserChanges = TypedDict( variable