Home
last modified time | relevance | path

Searched refs:other_kwargs (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
D_mock_backport.py1988 other_args, other_kwargs = (), {}
1990 other_name, other_args, other_kwargs = other
1995 other_kwargs = {}
1998 other_args, other_kwargs = (), {}
2001 other_kwargs = value
2009 other_args, other_kwargs = second, {}
2011 other_args, other_kwargs = (), second
2013 other_args, other_kwargs = first, second
2019 return (other_args, other_kwargs) == (self_args, self_kwargs)
/external/pdfium/third_party/pymock/
Dmock.py2044 other_args, other_kwargs = (), {}
2046 other_name, other_args, other_kwargs = other
2051 other_kwargs = {}
2054 other_args, other_kwargs = (), {}
2057 other_kwargs = value
2065 other_args, other_kwargs = second, {}
2067 other_args, other_kwargs = (), second
2069 other_args, other_kwargs = first, second
2075 return (other_args, other_kwargs) == (self_args, self_kwargs)
/external/python/cpython3/Lib/unittest/
Dmock.py2052 other_args, other_kwargs = (), {}
2054 other_name, other_args, other_kwargs = other
2059 other_kwargs = {}
2062 other_args, other_kwargs = (), {}
2065 other_kwargs = value
2072 other_args, other_kwargs = second, {}
2074 other_args, other_kwargs = (), second
2076 other_args, other_kwargs = first, second
2084 return (other_args, other_kwargs) == (self_args, self_kwargs)
/external/python/mock/mock/
Dmock.py2166 other_args, other_kwargs = (), {}
2168 other_name, other_args, other_kwargs = other
2173 other_kwargs = {}
2176 other_args, other_kwargs = (), {}
2179 other_kwargs = value
2186 other_args, other_kwargs = second, {}
2188 other_args, other_kwargs = (), second
2190 other_args, other_kwargs = first, second
2198 return (other_args, other_kwargs) == (self_args, self_kwargs)
/external/tensorflow/tensorflow/python/distribute/
Dvalues.py690 def merge_fn(strategy, value, *other_args, **other_kwargs): argument
693 self, f, args=(v,) + other_args, kwargs=other_kwargs)
964 def merge_fn(strategy, value, *other_args, **other_kwargs): argument
967 self, f, args=(v,) + other_args, kwargs=other_kwargs)
1501 def merge_fn(strategy, value, *other_args, **other_kwargs): argument
1504 self, f, args=(v,) + other_args, kwargs=other_kwargs)