Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
setuptools.command.setopt.setopt Class Reference
Inheritance diagram for setuptools.command.setopt.setopt:
setuptools.command.setopt.option_base setuptools.Command

Public Member Functions

def initialize_options
 
def finalize_options
 
def run
 
- Public Member Functions inherited from setuptools.command.setopt.option_base
def initialize_options
 
def finalize_options
 
- Public Member Functions inherited from setuptools.Command
def __init__
 
def reinitialize_command
 

Public Attributes

 command
 
 option
 
 set_value
 
 remove
 
- Public Attributes inherited from setuptools.command.setopt.option_base
 global_config
 
 user_config
 
 filename
 

Static Public Attributes

string description = "set an option in setup.cfg or another config file"
 
list user_options
 
list boolean_options = option_base.boolean_options+['remove']
 
- Static Public Attributes inherited from setuptools.command.setopt.option_base
list user_options
 
list boolean_options
 
- Static Public Attributes inherited from setuptools.Command
 command_consumes_arguments = False
 

Detailed Description

Save command-line options to a file

Member Function Documentation

def setuptools.command.setopt.setopt.finalize_options (   self)
def setuptools.command.setopt.setopt.initialize_options (   self)
def setuptools.command.setopt.setopt.run (   self)

Member Data Documentation

list setuptools.command.setopt.setopt.boolean_options = option_base.boolean_options+['remove']
static
setuptools.command.setopt.setopt.command
string setuptools.command.setopt.setopt.description = "set an option in setup.cfg or another config file"
static
setuptools.command.setopt.setopt.option
setuptools.command.setopt.setopt.remove
setuptools.command.setopt.setopt.set_value
list setuptools.command.setopt.setopt.user_options
static
Initial value:
1 = [
2  ('command=', 'c', 'command to set an option for'),
3  ('option=', 'o', 'option to set'),
4  ('set-value=', 's', 'value of the option'),
5  ('remove', 'r', 'remove (unset) the value'),
6  ]

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.