positional parameter
短语词形变化
positional parameters
复数
positional parameters
释义与例句
n.
-
1.
a parameter that is passed by position, rather than by name, in a function call
计算机 工程 数学In the function call foo(3, 6, type="bar"), there are two different positional parameters, to which are passed the values 3 and 6.