Home
last modified time | relevance | path

Searched refs:positional (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/external/python/oauth2client/tests/
Dtest_util.py18 @util.positional(1)
28 @util.positional(0)
38 @util.positional
51 @util.positional(1)
62 @util.positional(1)
/external/python/apitools/apitools/base/protorpclite/
Dutil_test.py39 @util.positional(0)
50 @util.positional(1)
61 @util.positional(2)
75 @util.positional(2)
86 @util.positional
103 util.positional, fn)
106 @util.positional(0)
Dutil.py55 def positional(max_positional_args): function
155 return positional(len(args) - len(defaults))(max_positional_args)
158 @positional(1)
/external/python/google-api-python-client/tests/
Dtest__helpers.py32 @_helpers.positional(1)
42 @_helpers.positional(0)
52 @_helpers.positional
65 @_helpers.positional(1)
76 @_helpers.positional(1)
/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py94 @util.positional(4)
117 @util.positional(2)
140 @util.positional(2)
164 @util.positional(1)
185 @util.positional(1)
209 @util.positional(2)
Dxsrfutil.py37 @util.positional(2)
65 @util.positional(3)
Dappengine.py134 @util.positional(2)
308 @util.positional(4)
526 @util.positional(4)
851 @util.positional(3)
894 @util.positional(2)
/external/rust/crates/clap/src/args/arg_builder/
Dmod.rs4 pub use self::positional::PosBuilder;
11 mod positional; module
/external/llvm-project/llvm/test/MC/AsmParser/
Dmacro-arg-err.s12 # CHECK-NEXT:{{.*}}.s:[[#@LINE+6]]:14: error: too many positional arguments
33 # CHECK-NEXT:{{.*}}.s:[[#@LINE+3]]:14: error: too many positional arguments
38 # CHECK-NEXT:{{.*}}.s:[[#@LINE+3]]:20: error: cannot mix positional and keyword arguments
/external/python/google-api-python-client/googleapiclient/
Derrors.py38 @util.positional(3)
147 @util.positional(2)
165 @util.positional(1)
Dchannel.py126 @util.positional(5)
167 @util.positional(5)
283 @util.positional(2)
Dhttp.py351 @util.positional(1)
424 @util.positional(3)
547 @util.positional(2)
607 @util.positional(2)
655 @util.positional(3)
686 @util.positional(1)
786 @util.positional(4)
836 @util.positional(1)
901 @util.positional(2)
913 @util.positional(1)
[all …]
Dschema.py86 @util.positional(2)
129 @util.positional(2)
173 @util.positional(3)
D_helpers.py42 def positional(max_positional_args): function
142 return positional(len(args) - len(defaults))(max_positional_args)
/external/llvm/test/MC/AsmParser/
Dmacros-argument-parsing-diagnostics.s11 # CHECK: error: too many positional arguments
16 # CHECK: error: cannot mix positional and keyword arguments
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen_test_h.golden107 // There is a set of methods for each positional argument, with the following
111 // Sets the buffer of type T for positional argument N. May be called in
113 // called in AllocMode::RESULTS_PROFILES_AND_TEMPS_ONLY for each positional
117 // Returns the buffer of type T for positional argument N.
120 // Returns a reference to the value of type T for positional argument N,
198 // for each positional result, with the following general form:
201 // Returns the buffer of type T for positional result N.
204 // Returns a reference to the value of type T for positional result N,
382 // Array of names of each positional argument, terminated by nullptr.
388 // Array of names of each positional variable, terminated by nullptr.
[all …]
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_inspect.py277 positional = func_and_positional[1:]
282 positional = (this,) + positional
284 call_args.update(dict(zip(remaining_positionals, positional)))
/external/tensorflow/tensorflow/python/util/
Dtf_inspect.py291 positional = func_and_positional[1:]
296 positional = (this,) + positional
298 call_args.update(dict(zip(remaining_positionals, positional)))
/external/python/cpython3/Doc/tutorial/
Dcontrolflow.rst458 parrot(1000) # 1 positional argument
462 parrot('a million', 'bereft of life', 'jump') # 3 positional arguments
463 parrot('a thousand', state='pushing up the daisies') # 1 positional, 1 keyword
472 In a function call, keyword arguments must follow positional arguments.
492 receives a :ref:`tuple <tut-tuples>` containing the positional
551 positional-only, positional-or-keyword, and keyword-only. Keyword parameters
566 as *positional-only*. If *positional-only*, the parameters' order matters, and
569 separate the positional-only parameters from the rest of the parameters.
570 If there is no ``/`` in the function definition, there are no positional-only
573 Parameters following the ``/`` may be *positional-or-keyword* or *keyword-only*.
[all …]
/external/starlark-go/starlark/
Dinterp.go291 var positional Tuple
293 positional = stack[sp-npos : sp]
300 positional = append(Tuple(nil), positional...)
312 positional = append(positional, elem)
321 function, positional, kvpairs, f.Position(fr.pc))
325 z, err2 := Call(thread, function, positional, kvpairs)
/external/python/oauth2client/oauth2client/
Dutil.py48 def positional(max_positional_args): function
144 return positional(len(args) - len(defaults))(max_positional_args)
Dclient.py469 @util.positional(8)
1472 @util.positional(2)
1548 @util.positional(2)
1636 @util.positional(4)
1687 @util.positional(3)
1806 @util.positional(4)
1877 @util.positional(1)
1918 @util.positional(1)
1966 @util.positional(2)
2063 @util.positional(2)
/external/python/cpython3/Doc/c-api/
Dcall.rst19 A call is made using a tuple for the positional arguments
74 - *args* is a C array consisting of the positional arguments followed by the
77 - *nargsf* is the number of positional arguments plus possibly the
79 To get the actual number of positional arguments from *nargsf*,
167 Call *callable*'s :c:type:`vectorcallfunc` with positional and keyword
253 Call a callable Python object *callable* with exactly 1 positional argument
353 Call a method of the Python object *obj* with a single positional argument
381 Call *callable* with positional arguments passed exactly as in the vectorcall_ protocol,
383 The *args* array contains only the positional arguments.
389 but not a tuple for the positional arguments.
[all …]
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_deserialization.py275 def _pretty_format_positional(positional): argument
277 len(positional), "\n * ".join(str(a) for a in positional))
281 positional, keyword = concrete_function.structured_input_signature
284 .format(index + 1, _pretty_format_positional(positional), keyword))
/external/python/funcsigs/docs/
Dindex.rst114 Create a mapping from positional and keyword arguments to parameters.
177 | *POSITIONAL_ONLY* | Value must be supplied as a positional |
181 | | positional-only parameters, but many built-in|
187 | | positional argument (this is the standard |
191 | *VAR_POSITIONAL* | A tuple of positional arguments that aren't |
282 A tuple of positional arguments values. Dynamically computed from the

12345678910>>...14