Orbits
1
|
Classes | |
class | option_base |
class | setopt |
Functions | |
def | config_file |
def | edit_config |
Variables | |
list | __all__ = ['config_file', 'edit_config', 'option_base', 'setopt'] |
def setuptools.command.setopt.config_file | ( | kind = "local" | ) |
Get the filename of the distutils, local, global, or per-user config `kind` must be one of "local", "global", or "user"
def setuptools.command.setopt.edit_config | ( | filename, | |
settings, | |||
dry_run = False |
|||
) |
Edit a configuration file to include `settings` `settings` is a dictionary of dictionaries or ``None`` values, keyed by command/section name. A ``None`` value means to delete the entire section, while a dictionary lists settings to be changed or deleted in that section. A setting of ``None`` means to delete that setting.
list setuptools.command.setopt.__all__ = ['config_file', 'edit_config', 'option_base', 'setopt'] |
Copyright 2014 Google Inc. All rights reserved.