关键字参数 meaning in English
keyword parameter
Examples
- Return a new dictionary initialized from an optional positional argument or from a set of keyword arguments
返回一个新的由可选的位置参数或一组关键字参数初始化的字典。 - New in version 2 . 2 . changed in version 2 . 3 : support for building a dictionary from keyword arguments added
此函数出现于2 . 2版,修改于2 . 3版本:支持从添加的关键字参数来建立字典。 - For one thing , the various fields of a gui element can be specified as keyword arguments to the constructor , like so
举个例子来说,可以将gui元素的各个域指定为构造函数的关键字参数,就像这样: - If keyword arguments are given , the keywords themselves with their associated values are added as items to the dictionary
如果给出了关键字参数,则关键字自身和关连的值一起被做为添加到字典里。 - If keyword arguments are given , the keywords themselves with their associated values are added as items to the dictionary
如果给出了关键字参数,则关键字自身和关连的值一起被做为元素添加到字典里。