Home | History | Annotate | Download | only in Lib

Lines Matching refs:kwonly_given

1306     kwonly_given = len([arg for arg in kwonly if arg in values])
1317 if kwonly_given:
1319 kwonly_sig = (msg % ("s" if given != 1 else "", kwonly_given,
1320 "s" if kwonly_given != 1 else ""))
1323 "was" if given == 1 and not kwonly_given else "were"))