Searched refs:groups (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/actions/
H A Dgroup.py146 groups = pkgplan.image._groups
147 if groups:
148 assert self in groups
/pkg/src/modules/portable/
H A Dos_unix.py48 groups = {} variable
106 return groups[dirpath][name].gr_gid
232 groups[dirpath] = group = {}
248 # Traditional systems allow multiple groups to have the same
/pkg/src/modules/
H A Dcfgfiles.py367 """ return list of additional groups user belongs to """
374 def setgroups(self, username, groups):
377 removals = set(current) - set(groups)
378 additions = set(groups) - set(current)
H A Dmogrify.py425 # Now see if there are any backreferences to match groups
432 match.groups()
434 if match.groups()
/pkg/src/tests/cli/
H A Dt_pkg_refresh.py130 m.groups()

Completed in 15 milliseconds