Searched defs:HasKwargs (Results 1 – 3 of 3) sorted by relevance
70 HasKwargs bool // whether params includes **kwargs (convenience) member
339 HasVarargs, HasKwargs bool member
714 func (fn *Function) HasKwargs() bool { return fn.funcode.HasKwargs } func