Searched refs:entry_actions (Results 1 - 4 of 4) sorted by relevance
/pkg/src/modules/client/ |
H A D | api.py | 3128 for t in img_cat.entry_actions(cat_info): 3227 for t, entry, actions in known_cat.entry_actions(cat_info, 3938 # to entry_actions() in rank order. 3958 for t, entry, actions in pkg_cat.entry_actions(cat_info,
|
/pkg/src/tests/api/ |
H A D | t_catalog.py | 276 for (pub, stem, ver), entry, actions in nc.entry_actions(
|
/pkg/src/modules/ |
H A D | catalog.py | 2543 def entry_actions(self, info_needed, excludes=EmptyI, cb=None, member in class:Catalog 2955 for t, entry, actions in self.entry_actions(cat_info,
|
/pkg/src/modules/server/ |
H A D | repository.py | 3862 for r, e, acts in pub.catalog.entry_actions(
|
Completed in 43 milliseconds