Searched refs:conf_filepath (Results 1 – 2 of 2) sorted by relevance
21 def __init__(self, conf_filepath): argument26 self.conf_filepath = conf_filepath36 parser.read(self.conf_filepath)
137 conf_filepath = os.path.join('doc', 'src', 'conf.py')138 with open(conf_filepath, 'a') as conf_file: