Lines Matching refs:kwds
24 (not argument<NAME '=' any>) kwds=any] [',']36 kwds = results.get("kwds")43 if kwds and (kwds.type == self.syms.argument and44 kwds.children[0].value == '**'):56 if kwds is not None:57 kwds = kwds.clone()58 kwds.prefix = ""60 if kwds is not None:63 kwds])