Lines Matching defs:options
52 #TODO: add a comment all but provided options as a section option
161 def dump(self, options, level=0):
166 for o in options:
341 # the options as indicated by the contents of newopts
342 #Second we fill in the new opts tree with options as indicated
405 # options is a set of dictionaries in the form:
422 options = self.merge(oldopts, newopts)
424 output = self.dump(options)
440 # options is a set of dictionaries in the form:
443 def newConf(self, file, options):
463 output = self.dump(options)
557 def options(self, section):