Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | List of all members
pip.cmdoptions.OptionMaker Class Reference
Inheritance diagram for pip.cmdoptions.OptionMaker:
_object

Public Member Functions

def __init__
 
def make
 

Public Attributes

 args
 
 kwargs
 

Detailed Description

Class that stores the args/kwargs that would be used to make an Option,
for making them later, and uses deepcopy's to reset state.

Constructor & Destructor Documentation

def pip.cmdoptions.OptionMaker.__init__ (   self,
  args,
  kwargs 
)

Member Function Documentation

def pip.cmdoptions.OptionMaker.make (   self)

Member Data Documentation

pip.cmdoptions.OptionMaker.args
pip.cmdoptions.OptionMaker.kwargs

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

Copyright 2014 Google Inc. All rights reserved.