Part of bzrlib.ui View In Hierarchy
| Method | __init__ | Generate a proxy UI that does no confirmations. |
| Method | __getattr__ | Undocumented |
| Method | __repr__ | Undocumented |
| Method | confirm_action | Undocumented |
| Parameters | wrapped_ui | Underlying UIFactory. |
| default_answer | Bool for whether requests for confirmation from the user should be noninteractively accepted or denied. | |
| specific_answers | Map from confirmation_id to bool answer. |