Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:DEFAULT

59     'DEFAULT'
82 DEFAULT = sentinel.DEFAULT
99 def __init__(self, spec=None, side_effect=None, return_value=DEFAULT,
128 if self._return_value is DEFAULT:
153 ret_val = DEFAULT
161 if ret_val is DEFAULT:
164 if self._wraps is not None and self._return_value is DEFAULT:
166 if ret_val is DEFAULT:
230 if patching.new is DEFAULT:
251 original = DEFAULT
266 if new is DEFAULT:
267 # XXXX what if original is DEFAULT - shouldn't use it as a spec
283 if self.temp_original is not DEFAULT:
290 def patch_object(target, attribute, new=DEFAULT, spec=None, create=False):
294 def patch(target, new=DEFAULT, spec=None, create=False):