Searched defs:positional (Results 1 – 12 of 12) sorted by relevance
48 def positional(max_positional_args): function
41 def positional(max_positional_args): function
55 def positional(max_positional_args): function
254 def getcallargs(func, *positional, **named):
904 def getcallargs(func, *positional, **named):
680 .. _positional: target in Reference Guide
674 .. _positional: target in Reference Guide
1273 def call(self, x, training, positional): argument
1623 const int positional = PyTuple_Size(args) > 1; in min_max() local
3571 int positional = (defcount != -1); in missing_arguments() local
1203 BOOLEAN_T positional; /* Does the specifier have a positional? */ variable
464 positional = functools.partialmethod(capture, 1) variable in TestPartialMethod.A