named-argument
基本解释
- [计算机科学技术]具名自变量
英汉例句
- Syntactically, it is singled out in Python by being named before the dot -- everything following the dot, method name, and left parenthesis is just an argument.
从语法上说,在 Python 中通过在点之前指定名称来挑选对象 - 跟在点、方法名和左括号后面的只是一个参数。 - This code uses the db->get() function, also part of CodeIgniter's Active Record class, to generate a SELECT * against the table named in the function's argument (student).
上述代码使用了 db->get() 函数(该函数也是 CodeIgniter 的 Active Record 类的一部分)来生成一个 SELECT *,它针对在函数的参数(student)内命名的表。 - When executing the script containing getopt, named opttest, using a valid argument of -x-or --xxxxx, getopt recognizes the switch and executes the code within the case switch
在执行包含 getopt(称为 opttest)的脚本时,如果在 -x 或 --xxxxx 中使用有效的参数,getopt 会识别出开关并执行 case 开关中的代码 - But the FDA reviewers make the argument that the main clinical trial of Xarelto, code-named ROCKET AF, did not prove the drug is effective.
FORBES: FDA Reviewers Say J&J, Bayer Blood Thinner Should Be Rejected
双语例句
权威例句
专业释义
- 具名自变量