Searched refs:fancy_arg (Results 1 – 2 of 2) sorted by relevance
362 def __init__(self, fancy_arg): argument364 self.fancy_arg = fancy_arg366 x = DerivedException(fancy_arg=42)367 self.assertEqual(x.fancy_arg, 42)
509 def __init__(self, fancy_arg): argument511 self.fancy_arg = fancy_arg513 x = DerivedException(fancy_arg=42)514 self.assertEqual(x.fancy_arg, 42)