Home
last modified time | relevance | path

Searched refs:fancy_arg (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_exceptions.py362 def __init__(self, fancy_arg): argument
364 self.fancy_arg = fancy_arg
366 x = DerivedException(fancy_arg=42)
367 self.assertEqual(x.fancy_arg, 42)
/external/python/cpython3/Lib/test/
Dtest_exceptions.py509 def __init__(self, fancy_arg): argument
511 self.fancy_arg = fancy_arg
513 x = DerivedException(fancy_arg=42)
514 self.assertEqual(x.fancy_arg, 42)