named-argument
基本解釋
- [計(jì)算機(jī)科學(xué)技術(shù)]具名自變量
英漢例句
- 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.
從語(yǔ)法上說(shuō),在 Python 中通過(guò)在點(diǎn)之前指定名稱(chēng)來(lái)挑選對(duì)象 - 跟在點(diǎn)、方法名和左括號(hào)后面的只是一個(gè)參數(shù)。 - 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() 函數(shù)(該函數(shù)也是 CodeIgniter 的 Active Record 類(lèi)的一部分)來(lái)生成一個(gè) SELECT *,它針對(duì)在函數(shù)的參數(shù)(student)內(nèi)命名的表。 - 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
在執(zhí)行包含 getopt(稱(chēng)為 opttest)的腳本時(shí),如果在 -x 或 --xxxxx 中使用有效的參數(shù),getopt 會(huì)識(shí)別出開(kāi)關(guān)并執(zhí)行 case 開(kāi)關(guān)中的代碼 - 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
雙語(yǔ)例句
權(quán)威例句
專(zhuān)業(yè)釋義
- 具名自變量