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

Public Member Functions

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
 

Static Public Attributes

string description = "save supplied options to setup.cfg or other config file"
 
- 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
 

Additional Inherited Members

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

Detailed Description

Save command-line options to a file

Member Function Documentation

def setuptools.command.saveopts.saveopts.run (   self)

Member Data Documentation

string setuptools.command.saveopts.saveopts.description = "save supplied options to setup.cfg or other config file"
static

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

Copyright 2014 Google Inc. All rights reserved.