webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.thirdparty.mock._patch Class Reference
Inheritance diagram for webkitpy.thirdparty.mock._patch:

Public Member Functions

def __init__ (self, target, attribute, new, spec, create)
 
def __call__ (self, func)
 
def get_original (self)
 
def __enter__ (self)
 
def __exit__ (self, _)
 

Public Attributes

 target
 
 attribute
 
 new
 
 spec
 
 create
 
 has_local
 
 temp_original
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.thirdparty.mock._patch.__init__ (   self,
  target,
  attribute,
  new,
  spec,
  create 
)

Member Function Documentation

◆ __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)

Member Data Documentation

◆ 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: