Searched refs:format_groups (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | pythoninfo.py | 184 def format_groups(groups): function 187 call_func(info_add, 'os.groups', os, 'getgroups', formatter=format_groups)
|
/external/python/cpython3/Tools/c-analyzer/ |
D | check-c-globals.py | 277 def format_groups(groups, columns, fmts, widths): function 429 lines = format_groups(grouped, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
|
/external/python/cpython3/Lib/test/ |
D | pythoninfo.py | 216 def format_groups(groups): function 219 call_func(info_add, 'os.getgroups', os, 'getgroups', formatter=format_groups)
|