positional parameter

短语

词形变化

positional parameters 复数 positional parameters

释义与例句

n.
  1. 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.