Home | History | Annotate | Download | only in mock

Lines Matching refs:is_type

2159     is_type = isinstance(spec, ClassTypes)
2177 elif is_type and instance and not _instance_callable(spec):
2193 _check_signature(spec, mock, is_type, instance)
2198 if is_type and not instance and 'return_value' not in kwargs:
2240 skipfirst = _must_skip(spec, entry, is_type)
2253 def _must_skip(spec, entry, is_type):
2261 return is_type
2269 return is_type
2273 return is_type