Searched refs:allProviders (Results 1 – 2 of 2) sorted by relevance
489 def allProviders(self, command, params): member in CommandsSync494 return list(bb.providers.allProviders(command.cooker.recipecaches[mc]).items())495 allProviders.readonly = True
53 def allProviders(dataCache): function