Lines Matching defs:options
52 #TODO: add a comment all but provided options as a section option
154 def dump(self, options, level=0):
159 for o in options:
334 # the options as indicated by the contents of newopts
335 #Second we fill in the new opts tree with options as indicated
398 # options is a set of dictionaries in the form:
415 options = self.merge(oldopts, newopts)
417 output = self.dump(options)
433 # options is a set of dictionaries in the form:
436 def newConf(self, file, options):
456 output = self.dump(options)
550 def options(self, section):