◆ __init__()
def webkitpy.thirdparty.mock._patch.__init__ |
( |
|
self, |
|
|
|
target, |
|
|
|
attribute, |
|
|
|
new, |
|
|
|
spec, |
|
|
|
create |
|
) |
| |
◆ __call__()
def webkitpy.thirdparty.mock._patch.__call__ |
( |
|
self, |
|
|
|
func |
|
) |
| |
◆ __enter__()
def webkitpy.thirdparty.mock._patch.__enter__ |
( |
|
self | ) |
|
◆ __exit__()
def webkitpy.thirdparty.mock._patch.__exit__ |
( |
|
self, |
|
|
|
_ |
|
) |
| |
◆ get_original()
def webkitpy.thirdparty.mock._patch.get_original |
( |
|
self | ) |
|
◆ attribute
webkitpy.thirdparty.mock._patch.attribute |
◆ create
webkitpy.thirdparty.mock._patch.create |
◆ has_local
webkitpy.thirdparty.mock._patch.has_local |
◆ new
webkitpy.thirdparty.mock._patch.new |
◆ spec
webkitpy.thirdparty.mock._patch.spec |
◆ target
webkitpy.thirdparty.mock._patch.target |
◆ temp_original
webkitpy.thirdparty.mock._patch.temp_original |
The documentation for this class was generated from the following file:
- Tools/Scripts/webkitpy/thirdparty/mock.py