Home
last modified time | relevance | path

Searched refs:_weakref (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dutil.py193 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 Dexpatreader.py37 import _weakref namespace
44 del weakref, _weakref
/third_party/python/Lib/
H A D_weakrefset.py5 from _weakref import ref
H A Dtempfile.py48 import weakref as _weakref namespace
872 self._finalizer = _weakref.finalize(
H A Dweakref.py10 # 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.py34 _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__.py39 from _weakref import proxy as _proxy

Completed in 8 milliseconds