Python Forum

Full Version: where variable arguments is documented
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am looking for official documentation in the references for how arguments are provided to functions that are to get a variable number of arguments, but i cannot find it in the references for the language or the library. maybe i am scanning over it and missing it. any good suggestions?

what i mean by variable arguments is that some calls have more arguments than others while some have fewer, maybe even zero.
Perhaps the paragraph about function call semantics ?