webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Functions | Variables
mock.py File Reference

Classes

class  webkitpy.thirdparty.mock.SentinelObject
 
class  webkitpy.thirdparty.mock.Sentinel
 
class  webkitpy.thirdparty.mock.OldStyleClass
 
class  webkitpy.thirdparty.mock.Mock
 
class  webkitpy.thirdparty.mock._patch
 

Namespaces

 webkitpy.thirdparty.mock
 

Functions

def webkitpy.thirdparty.mock.patch_object (target, attribute, new=DEFAULT, spec=None, create=False)
 
def webkitpy.thirdparty.mock.patch (target, new=DEFAULT, spec=None, create=False)
 

Variables

 webkitpy.thirdparty.mock.sentinel = Sentinel()
 
 webkitpy.thirdparty.mock.DEFAULT = sentinel.DEFAULT
 
 webkitpy.thirdparty.mock.ClassType = type(OldStyleClass)