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:PyDict_Clear
(Results
1 - 13
of
13
) sorted by relevance
/third_party/python/Include/
H
A
D
dictobject.h
26
PyAPI_FUNC(void)
PyDict_Clear
(PyObject *mp);
/third_party/python/Objects/
H
A
D
odictobject.c
217
PyDict_Clear
-
1171
PyDict_Clear
((PyObject *)od);
in odict_clear()
1465
PyDict_Clear
((PyObject *)od);
in odict_tp_clear()
H
A
D
dictobject.c
450
/* This immutable, empty PyDictKeysObject is used for
PyDict_Clear
()
2077
PyDict_Clear
(PyObject *op)
in PyDict_Clear()
function
3417
PyDict_Clear
((PyObject *)mp);
in dict_clear()
3566
PyDict_Clear
(op);
in dict_tp_clear()
H
A
D
typeobject.c
4375
PyDict_Clear
(type->tp_dict);
in type_clear()
H
A
D
unicodeobject.c
15669
PyDict_Clear
(interned);
in _PyUnicode_ClearInterned()
/third_party/python/PC/
H
A
D
python3dll.c
170
EXPORT_FUNC(
PyDict_Clear
)
/third_party/python/Python/
H
A
D
pylifecycle.c
1452
PyDict_Clear
(modules);
in finalize_clear_modules_dict()
1470
PyDict_Clear
(interp->builtins);
in finalize_restore_builtins()
H
A
D
pystate.c
446
PyDict_Clear
(interp->sysdict);
in interpreter_clear()
447
PyDict_Clear
(interp->builtins);
in interpreter_clear()
H
A
D
_warnings.c
415
PyDict_Clear
(registry);
in already_warned()
H
A
D
codecs.c
71
PyDict_Clear
(interp->codec_search_cache);
in PyCodec_Unregister()
/third_party/python/Modules/
H
A
D
_functoolsmodule.c
1320
PyDict_Clear
(self->cache);
in lru_cache_cache_clear()
H
A
D
_struct.c
2155
PyDict_Clear
(state->cache);
in cache_struct_converter()
H
A
D
_json.c
1159
PyDict_Clear
(self->memo);
in scanner_call()
Completed in 59 milliseconds