Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kwargs2
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Modules/
H
A
D
_functoolsmodule.c
293
PyObject *
kwargs2
;
in partial_call()
local
296
kwargs2
= kwargs;
in partial_call()
297
Py_XINCREF(
kwargs2
);
in partial_call()
303
kwargs2
= PyDict_Copy(pto->kw);
in partial_call()
304
if (
kwargs2
== NULL) {
in partial_call()
309
if (PyDict_Merge(
kwargs2
, kwargs, 1) != 0) {
in partial_call()
310
Py_DECREF(
kwargs2
);
in partial_call()
320
Py_XDECREF(
kwargs2
);
in partial_call()
324
PyObject *res = PyObject_Call(pto->fn, args2,
kwargs2
);
in partial_call()
326
Py_XDECREF(
kwargs2
);
in partial_call()
[all...]
/third_party/python/Lib/test/
H
A
D
test_inspect.py
2386
kwargs2
= kwargs.replace(name='args')
2388
S((po, pk, args,
kwargs2
, ko))
Completed in 11 milliseconds