Lines Matching refs:keyword
1208 'keyword arguments but does not affect the semantics.\n'
1217 'If keyword arguments are present, they are first converted to\n'
1222 'keyword argument, the identifier is used to determine the\n'
1252 'therefore cannot be supplied by keyword. In CPython, this is the '
1268 'If any keyword argument does not correspond to a formal parameter\n'
1272 'parameter receives a dictionary containing the excess keyword\n'
1276 'excess keyword arguments.\n'
1290 'appear *after* explicit keyword arguments, it is processed '
1292 'the keyword arguments (and any "**expression" arguments -- see '
1304 keyword argument 'a'\n"
1308 'It is unusual for both keyword arguments and the "*expression" '
1317 'treated as additional keyword arguments. If a keyword is already\n'
1318 'present (as an explicit keyword argument, or from another '
1323 'cannot be used as positional argument slots or as keyword argument\n'
1330 '("*"), and keyword arguments may follow dictionary unpackings '
1853 'Each clause header begins with a uniquely identifying keyword '
1899 'with a keyword that cannot start a statement, thus there are no\n'
2104 'the target specified after the "as" keyword in that except '
2420 'keyword\n'
2427 'mapping receiving any excess keyword arguments, defaulting to a '
2430 '""*identifier"" are keyword-only parameters and may only be '
2432 'used keyword arguments.\n'
4661 "number or a keyword. If it's a number, it refers to a "
4663 "argument, and if it's a keyword, it refers to a named "
4664 'keyword\n'
4697 ' "My quest is {name}" # References keyword '
4702 "keyword argument 'players'.\n"
5430 'keyword\n'
5437 'mapping receiving any excess keyword arguments, defaulting to a '
5440 '""*identifier"" are keyword-only parameters and may only be '
5442 'used keyword arguments.\n'
8312 ' Keyword arguments which are given to a new class are '
8318 ' keyword arguments and pass the others over to the base '
8357 '"metaclass" keyword argument in the class definition line, '
8374 'Any other keyword arguments that are specified in the class '
8433 '**kwds)" (where the additional keyword arguments, if any, '
9315 ' Changed in version 3.1: Support for keyword arguments '
9391 ' keyword argument. Returns a copy of the string where '
9490 ' Use "keyword.iskeyword()" to test for reserved '
10398 'the target specified after the "as" keyword in that except clause, '
10912 ' | | keyword-only parameters. '
11339 ' keyword arguments; bit "0x20" is set if the function is a\n'
11561 ' argument and a possibly empty set of keyword arguments.\n'
11581 ' If keyword arguments are given, the keyword arguments and '
11587 ' the keyword argument replaces the value from the '
11603 ' Providing keyword arguments as in the first example only '
11751 ' length two). If keyword arguments are specified, the '
12403 ' keyword (keyword-only arguments):\n'