Home
last modified time | relevance | path

Searched refs:other_args (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/unittest/
Dmock.py2505 other_args, other_kwargs = (), {}
2507 other_name, other_args, other_kwargs = other
2511 other_args = value
2515 other_args, other_kwargs = (), {}
2517 other_args = ()
2525 other_args, other_kwargs = second, {}
2527 other_args, other_kwargs = (), second
2529 other_args, other_kwargs = first, second
2537 return (other_args, other_kwargs) == (self_args, self_kwargs)
/third_party/libffi/src/ia64/
Dffi.c58 UINT64 other_args[]; /* Arguments passed on stack, variable size. */ member
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py350 other_args = _Call(((1, 2), {'a': 3}))
351 self.assertEqual(args, other_args)