Lines Matching refs:positional
1116 Calls a callable object with positional arguments.
1117 *argc* indicates the number of positional arguments.
1118 The top of the stack contains positional arguments, with the right-most
1125 This opcode is used only for calls with positional arguments.
1130 Calls a callable object with positional (if any) and keyword arguments.
1131 *argc* indicates the total number of positional and keyword arguments.
1136 Below that are positional arguments, with the right-most parameter on
1149 Calls a callable object with variable set of positional and keyword
1154 positional arguments respectively.
1176 Calls a method. *argc* is the number of positional arguments.
1191 * ``0x01`` a tuple of default values for positional-only and
1192 positional-or-keyword parameters in positional order
1244 against, and TOS2 is the match subject. *count* is the number of positional
1247 Pop TOS. If TOS2 is an instance of TOS1 and has the positional and keyword