Home | History | Annotate | Download | only in python2.7

Lines Matching defs:options

42     options(section)
43 return list of configuration options for the named section
62 getint(section, options)
65 getfloat(section, options)
68 getboolean(section, options)
78 remove the given file section and all its options
274 def options(self, section):
439 # Regular expressions for parsing section headers and options.
469 options lines, indicated by `name: value' format lines.
551 for options in all_sections:
552 for name, val in options.items():
554 options[name] = '\n'.join(val)
647 options = d.keys()
648 if "__name__" in options:
649 options.remove("__name__")
652 for option in options]
655 for option in options]
737 # options is None, so we need to check if the value is a
739 # - we do not allow valueless options, or
740 # - we allow valueless options but the value is not None