Public Member Functions | |
def | __init__ (self) |
def | add (self, choice) |
def | add_one_of (self, choices) |
def | best (self, scorer) |
def | remove (self, remove) |
Public Attributes | |
choices | |
Definition at line 363 of file fix_build_deps.py.
def fix_build_deps.Choices.__init__ | ( | self | ) |
Definition at line 365 of file fix_build_deps.py.
def fix_build_deps.Choices.add | ( | self, | |
choice | |||
) |
Definition at line 378 of file fix_build_deps.py.
def fix_build_deps.Choices.add_one_of | ( | self, | |
choices | |||
) |
Definition at line 369 of file fix_build_deps.py.
def fix_build_deps.Choices.best | ( | self, | |
scorer | |||
) |
Definition at line 387 of file fix_build_deps.py.
def fix_build_deps.Choices.remove | ( | self, | |
remove | |||
) |
Definition at line 381 of file fix_build_deps.py.
fix_build_deps.Choices.choices |
Definition at line 366 of file fix_build_deps.py.