class documentation

class OptionDummy: (source)

View In Hierarchy

Dummy class just used as a place to hold command-line option values as instance attributes.

Method __init__ Create a new OptionDummy instance. The attributes listed in 'options' will be initialized to None.
def __init__(self, options=[]): (source)

Create a new OptionDummy instance. The attributes listed in 'options' will be initialized to None.