class documentation

class BranchOptions(object): (source)

Constructor: BranchOptions(name)

View In Hierarchy

A set of options for a branch

Method __init__ Undocumented
Method __unicode__ String representation
Method isselected Return if the branch is selected
Method set Set a branch option
Instance Variable name Undocumented
Instance Variable options Undocumented
def __init__(self, name): (source)

Undocumented

def __unicode__(self): (source)

String representation

def isselected(self): (source)

Return if the branch is selected

def set(self, key, value): (source)

Set a branch option

Undocumented

options: dict[str, str] = (source)

Undocumented