Lines Matching refs:_CONFIG_DIR
40 config.AidegenConfig._CONFIG_DIR = os.path.join(
43 config.AidegenConfig._CONFIG_DIR,
46 config.AidegenConfig._CONFIG_DIR,
49 config.AidegenConfig._CONFIG_DIR,
324 _CONFIG_DIR = None variable in IdeaPropertiesUnittests
328 IdeaPropertiesUnittests._CONFIG_DIR = tempfile.mkdtemp()
332 shutil.rmtree(IdeaPropertiesUnittests._CONFIG_DIR)
336 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
341 generated_file = os.path.join(IdeaPropertiesUnittests._CONFIG_DIR,
353 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
355 generated_file = os.path.join(IdeaPropertiesUnittests._CONFIG_DIR,
367 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
379 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
391 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)