Searched refs:imgproto (Results 1 – 4 of 4) sorted by relevance
84 p.set_defaults(imgfmt='raw', imgproto='file')144 imgfmt=args.imgfmt, imgproto=args.imgproto,
179 imgfmt: str, imgproto: str, aiomode: str,189 self.imgproto = imgproto
82 if self.env.imgproto not in self.cache[test]:85 return self.cache[test][self.env.imgproto].get(self.env.imgfmt,90 d.setdefault(self.env.imgproto, {})[self.env.imgfmt] = elapsed
87 imgproto = os.environ.get('IMGPROTO', 'file') variable818 if imgproto == 'file':820 elif imgproto == 'ssh':823 raise ValueError("Protocol %s not supported" % (imgproto))1400 not_sup = supported and (imgproto not in supported)1401 if not_sup or (imgproto in unsupported):1402 notrun('not suitable for this protocol: %s' % imgproto)