Home | History | Annotate | Download | only in test

Lines Matching refs:one_argument

438         def f2(one_argument): pass
440 self.assertEqual(f2.__code__.co_varnames, ('one_argument',))