Home | History | Annotate | Download | only in test

Lines Matching refs:keyword

544         # keyword argument type tests
550 self.fail('Bytes should not work as keyword argument names')
551 # keyword only argument tests
566 # keyword arguments after *arglist
716 for keyword in keywords:
717 custom_msg = "call to '{}'".format(keyword)
719 source = case.format(keyword)