positional parameter
名词 n.
英文释义
名词 n.
-
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.
0 次浏览
数据来源: Wiktionary