Lines Matching defs:get
92 def get(**kwargs):
94 return BackendBootLoaderFactory.get(**kwargs)
132 self._boot_config = kwargs.get('bootconfig')
135 self.version = kwargs.get('version')
137 self.artifacts = kwargs.get('artifacts', [])
140 self._boot_config, self, kwargs.get('fwtype'))
150 self.rootpath = kwargs.get('rootpath', bc_sysroot)
164 fwinst = SystemFirmware.get(fwtype)
178 supported_fwnames = supported_platforms.get(which_platform)
247 valfunc = validators.get(key)
365 if self._bl_props.get(key) != value:
373 return self._bl_props.get(key)