Lines Matching refs:def
61 def prompt(cls, message, repeat=1, raw_input=raw_input):
69 def prompt_password(cls, message, repeat=1):
73 def prompt_with_list(cls, list_title, list_items, can_choose_multiple=False, raw_input=raw_input):
98 def edit(self, files):
104 def _warn_if_application_is_xcode(self, edit_application):
108 def edit_changelog(self, files):
120 def page(self, message):
129 def confirm(self, message=None, default=DEFAULT_YES, raw_input=raw_input):
138 def can_open_url(self):
145 def open_url(self, url):