Searched refs:_collate (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Tools/c-analyzer/cpython/ |
D | _capi.py | 387 def _collate(items, groupby, includeempty): function 496 ) = _collate(items, groupby, showempty) 588 collated, groupby, _, _, _ = _collate(items, groupby, showempty)
|