|
def | __init__ (self, platforminfo=None) |
|
def | prompt (cls, message, repeat=1, raw_input=raw_input) |
|
def | prompt_password (cls, message, repeat=1) |
|
def | prompt_with_multiple_lists (cls, list_title, subtitles, lists, can_choose_multiple=False, raw_input=raw_input) |
|
def | prompt_with_list (cls, list_title, list_items, can_choose_multiple=False, raw_input=raw_input) |
|
def | edit (self, files) |
|
def | edit_changelog (self, files) |
|
def | page (self, message) |
|
def | confirm (self, message=None, default=DEFAULT_YES, raw_input=raw_input) |
|
def | can_open_url (self) |
|
def | open_url (self, url) |
|
◆ __init__()
def webkitpy.common.system.user.User.__init__ |
( |
|
self, |
|
|
|
platforminfo = None |
|
) |
| |
◆ can_open_url()
def webkitpy.common.system.user.User.can_open_url |
( |
|
self | ) |
|
◆ confirm()
def webkitpy.common.system.user.User.confirm |
( |
|
self, |
|
|
|
message = None , |
|
|
|
default = DEFAULT_YES , |
|
|
|
raw_input = raw_input |
|
) |
| |
◆ edit()
def webkitpy.common.system.user.User.edit |
( |
|
self, |
|
|
|
files |
|
) |
| |
◆ edit_changelog()
def webkitpy.common.system.user.User.edit_changelog |
( |
|
self, |
|
|
|
files |
|
) |
| |
◆ open_url()
def webkitpy.common.system.user.User.open_url |
( |
|
self, |
|
|
|
url |
|
) |
| |
◆ page()
def webkitpy.common.system.user.User.page |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ prompt()
def webkitpy.common.system.user.User.prompt |
( |
|
cls, |
|
|
|
message, |
|
|
|
repeat = 1 , |
|
|
|
raw_input = raw_input |
|
) |
| |
◆ prompt_password()
def webkitpy.common.system.user.User.prompt_password |
( |
|
cls, |
|
|
|
message, |
|
|
|
repeat = 1 |
|
) |
| |
◆ prompt_with_list()
def webkitpy.common.system.user.User.prompt_with_list |
( |
|
cls, |
|
|
|
list_title, |
|
|
|
list_items, |
|
|
|
can_choose_multiple = False , |
|
|
|
raw_input = raw_input |
|
) |
| |
◆ prompt_with_multiple_lists()
def webkitpy.common.system.user.User.prompt_with_multiple_lists |
( |
|
cls, |
|
|
|
list_title, |
|
|
|
subtitles, |
|
|
|
lists, |
|
|
|
can_choose_multiple = False , |
|
|
|
raw_input = raw_input |
|
) |
| |
◆ DEFAULT_NO
string webkitpy.common.system.user.User.DEFAULT_NO = 'n' |
|
static |
◆ DEFAULT_YES
string webkitpy.common.system.user.User.DEFAULT_YES = 'y' |
|
static |
The documentation for this class was generated from the following file:
- Tools/Scripts/webkitpy/common/system/user.py