Searched refs:FileConfig (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/client/
H A Dimageconfig.py104 class ImageConfig(cfg.FileConfig):
283 token to the backing FileConfig in place of any actual proxies
293 cfg.FileConfig.__init__(self, cfgpathname,
394 rval = cfg.FileConfig.get_property(self, section, name)
415 cfg.FileConfig.reset(self, overrides=overrides)
460 disabled_cfg = cfg.FileConfig(dafile,
528 cfg.FileConfig.set_property(self, section, name, value)
554 cfg.FileConfig.set_properties(self, properties)
789 cfg.FileConfig.write(self)
/pkg/src/tests/api/
H A Dt_config.py1409 FileConfig.
1418 conf = cfg.FileConfig(scpath, definitions=self._defs)
1438 conf = cfg.FileConfig(scpath, definitions=self._defs)
1454 conf = cfg.FileConfig(scpath, definitions=self._defs)
1467 conf = cfg.FileConfig(scpath, definitions=self._defs)
1481 conf = cfg.FileConfig(scpath, definitions=self._defs, version=0)
1498 conf = cfg.FileConfig(scpath, definitions=self._defs)
1511 conf = cfg.FileConfig(scpath, definitions=self._defs)
1523 conf = cfg.FileConfig(scpath, definitions=self._defs,
1531 conf = cfg.FileConfig(scpat
[all...]
/pkg/src/modules/server/
H A Ddepot.py2233 return cfg.FileConfig(target, definitions=cls.__defs,
H A Drepository.py2721 int(cfg.FileConfig(os.path.join(
4259 return cfg.FileConfig(target, definitions=cls.__defs,
/pkg/src/modules/
H A Dconfig.py1442 class FileConfig(Config): class in inherits:Config
1443 """The FileConfig class provides file-based retrieval and storage of

Completed in 44 milliseconds