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:_weakref
(Results
1 - 7
of
7
) sorted by relevance
/third_party/python/Lib/multiprocessing/
H
A
D
util.py
193
self.
_weakref
= weakref.ref(obj, self)
225
self.
_weakref
= self._callback = self._args = \
238
self.
_weakref
= self._callback = self._args = \
249
obj = self.
_weakref
()
/third_party/python/Lib/xml/sax/
H
A
D
expatreader.py
37
import
_weakref
namespace
44
del weakref,
_weakref
/third_party/python/Lib/
H
A
D
_weakrefset.py
5
from
_weakref
import ref
H
A
D
tempfile.py
48
import weakref as
_weakref
namespace
872
self._finalizer =
_weakref
.finalize(
H
A
D
weakref.py
10
# the module-global ref() function imported from
_weakref
.
12
from
_weakref
import (
24
import _collections_abc # Import after
_weakref
to avoid circular import.
namespace
/third_party/python/Lib/importlib/
H
A
D
_bootstrap.py
34
_weakref
= None
variable
209
_module_locks[name] =
_weakref
.ref(lock, cb)
1344
for builtin_name in ('_thread', '_warnings', '
_weakref
'):
/third_party/python/Lib/collections/
H
A
D
__init__.py
39
from
_weakref
import proxy as _proxy
Completed in 8 milliseconds