named parameter
短语[计] 命名参数
词形变化
named parameters
复数
named parameters
释义与例句
n.
-
1.
A parameter that is passed by name, rather than by position, in a function call.
计算机 工程 数学In the function call foo(3, 6, type="bar"), type is a named parameter.