Searched defs:get_repo (Results 1 - 5 of 5) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_util_merge.py | 139 def get_repo(uri): member in class:TestUtilMerge 179 repo = dc.get_repo()
|
H A D | t_pkgrecv.py | 259 def get_repo(uri): member in class:TestPkgrecvMulti 402 orepo = self.get_repo(self.dpath1) 438 nrepo = self.get_repo(npath) 475 nrepo = self.get_repo(self.dpath2) 519 orepo = self.get_repo(self.dpath1) 520 nrepo = self.get_repo(npath) 932 repo = self.dcs[4].get_repo() 1105 repo = self.dcs[1].get_repo()
|
/pkg/src/modules/ |
H A D | depotcontroller.py | 156 def get_repo(self, auto_create=False): member in class:DepotController
|
/pkg/src/ |
H A D | pkgrepo.py | 238 repo = get_repo(conf, read_only=False, subcommand=subcommand) 280 def get_repo(conf, allow_invalid=False, read_only=True, subcommand=None): function 364 repo = get_repo(conf, read_only=False, subcommand=subcommand) 431 repo = get_repo(conf, read_only=False, subcommand=subcommand) 1188 repo = get_repo(conf, allow_invalid=build_catalog, read_only=False, 1413 repo = get_repo(conf, read_only=False, subcommand=subcommand)
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 3173 def get_repo(self, repodir, read_only=False): member in class:CliTestCase 3243 status = self.get_repo(repodir).get_status()
|
Completed in 36 milliseconds