将查询字符串转变为关键字参数。
下面是另外一个综合了位置参数和关键字参数的例子。
Here's another example that combines positional parameters and keyword arguments.
位置参数:一种参数,没有参数名字,不是关键字参数。
An argument that does not include a parameter name, so it is not a keyword argument.
返回一个新的由可选的位置参数或一组关键字参数初始化的字典。
Return a new dictionary initialized from an optional positional argument or from a set of keyword arguments.
advise函数支持用于配置那些建议的类的目的和角色的大量关键字参数。
The function advise allows a large number of keyword arguments that configure the purpose and role of a class so advised.
buffering关键字参数的期望值是以下三个整数中的一个以决定缓冲策略。
The buffering keyword argument expects one of three integers to determine the buffering policy.
有了所需的参数,变量数和关键字参数还可以作为位置参数和名称参数使用。
With the required parameters, variable number and keyword arguments can be used as well for positional and named parameters.
CherryPyWeb服务器自动将URL的查询字符串转变为一组关键字参数。
The CherryPy Web server automatically transforms a URL's query string into a set of keyword arguments.
如果你不喜欢关键字参数,你可以定义一种新的不包含关键字参数的方法类型。
If you don't like keyword arguments, you can define a new method type that doesn't have them.
新的语法只要求给 print()函数的关键字参数file传递一个值就可以了。
The new syntax is now to simply pass in a value to the keyword argument file in the print() function. For example
它由正在对其调用方法的GObject的指针、参数数组和关键字参数数组组成。
It is composed of a pointer to the GObject that the method is being called on, an array of arguments, and an array of keyword arguments.
我们向它提供所知道的关键字参数以及所有给定参数的列表, 它将设置最终参数指向的值。
We give it the list of keyword arguments we understand and all of the arguments we were given, and it will set the values pointed to by the final arguments.
在被调用时,groovlet从Twitter中获得关键字参数:oauth_verifier。
Upon being called, the groovlet obtains a key parameter from Twitter: oauth_verifier.
提供使用关键字参数的能力不是必需的,但它可以使带有许多参数的代码变得清楚许多,而且不需要大量的额外工作。
Providing the ability to use a keyword argument is not essential, but it can make code with lots of arguments a lot clearer, and is not much extra work.
请注意,现在,在类定义中,关键字参数被允许出现在基类列表之后 —通常来讲,即class Foo(*bases, **kwds):pass。
Notice that now in a class definition, keyword arguments are allowed after the list of base classes—generally speaking, class Foo(*bases, **kwds): pass.
这两个方法主要的共同之处是,它们都使用一个关键字作为参数,并返回一个或多个精确匹配的文档作为结果。
The main similarity between these two methods is that they both take one keyword as a parameter and return one or more exact matching documents as a result.
要使用这些额外的日志记录,将关键字和值附加到日志级别参数,用冒号(:)分割。
To use this additional logging, append the keyword and the value to the log level parameter, separated by a colon (:).
第二个参数是关键字列表,这些关键字在语法模式中采用字面意义。
The second argument is a list of keywords which are to be taken literally within the syntax patterns.
第一个参数是一个正则表达式,它代表触发客户机从数据库获取XML文档的关键字。
The first parameter is described using a regular expression and represents the keyword triggering the client to retrieve XML documents from the database.
这两个关键字都可以被用作构造函数参数。
类似地,可以使用关键字INOUT 创建 INOUT参数。
Similarly, the INOUT parameter can be created using the keyword INOUT.
因为我们在每一个参数声明前放置了val关键字,它们会被自动地转换为有同样名字的只读的字段,并且伴有同样名字的公开读取方法。
Because we put the val keyword before each parameter declaration, they are automatically converted to read-only fields with the same names with public reader methods of the same name.
该参数是可选的:如果您不指定额外的关键字,假定使用all。
This parameter is optional: if you don't specify extra keywords, all is assumed.
Vimscript中的函数使用function关键字定义,后跟函数名,然后是参数列表(这是强制的,即使该函数没有参数)。
Functions in Vimscript are defined using the function keyword, followed by the name of the function, then the list of parameters (which is mandatory, even if the function takes no arguments).
但是这的确是正确的方法来指明,这个函数是没有参数,实际上是写了这个关键字“void。”
But it's the really correct way to specify that this function takes no arguments is to actually write this key word "void."
通过这一选项,关键字typename被生成用来类类型的每一个模板参数。
With this option, the keyword typename is generated for every template parameter of type class.
该转换还提供了一个选项来为类类型的模板参数生成替换class 的关键字。
The transformation also provides an option to generate the keyword in place of class for template parameters of type class.
关键字$rootnamespace$、$safeitemname$以及$safeprojectname$是保留的模板参数
The keywords $rootnamespace$ and $safeitemname$ are reserved template parameters along with $safeprojectname$
使用Portlet参数,您可以对SponsoredLinks Portlet进行配置,以搜索用户查询的内容或者关键字。
Using the portlet parameters, you can configure the Sponsored Links portlet to search either the content or the keywords for the user's query.
类型参数可由关键字“In”和“Out”修饰。
Type parameters can be decorated with the keywords "In" and "Out.
应用推荐