Home
last modified time | relevance | path

Searched refs:_weakref (Results 1 – 25 of 29) sorted by relevance

12

/external/python/cpython2/Lib/multiprocessing/
Dutil.py180 self._weakref = weakref.ref(obj, self)
208 self._weakref = self._callback = self._args = \
221 self._weakref = self._callback = self._args = \
232 obj = self._weakref()
/external/python/cpython3/Lib/multiprocessing/
Dutil.py158 self._weakref = weakref.ref(obj, self)
190 self._weakref = self._callback = self._args = \
203 self._weakref = self._callback = self._args = \
214 obj = self._weakref()
/external/python/cpython2/RISCOS/
DMakefile87 @.^.Lib._weakref/pyd\
313 @.^.Lib._weakref/pyd: @.^.Modules.o._weakref s.linktab
314 $(MAKEDLK) -d @.^.Lib._weakref/pyd -s s.linktab -o @.^.Modules.o._weakref -e init_weakref
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py37 import _weakref
44 del weakref, _weakref
/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py37 import _weakref
44 del weakref, _weakref
/external/python/cpython3/Modules/
DSetup.dist113 _weakref _weakref.c # weak references
178 #_weakref _weakref.c # basic weak reference support
/external/python/cpython3/Lib/
D_weakrefset.py5 from _weakref import ref
Dtempfile.py46 import weakref as _weakref namespace
789 self._finalizer = _weakref.finalize(
Dweakref.py12 from _weakref import (
/external/clang/test/CodeGenObjC/
Divar-layout-64.m152 __weak id _weakref; field
/external/python/cpython2/Lib/
D_weakrefset.py5 from _weakref import ref
Dweakref.py14 from _weakref import (
/external/python/cpython2/Doc/library/
Dweakref.rst253 .. _weakref-objects:
326 .. _weakref-example:
/external/python/cpython2/Modules/
DSetup.dist121 _weakref _weakref.c # weak references
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst30 _weakref.ref(Exception).__init__() gave invalid return value on error.
D2.7.1rc1.rst1322 As a result of issue #2521, the _weakref module is now compiled into the
/external/python/cpython3/Doc/library/
Dweakref.rst338 .. _weakref-objects:
412 .. _weakref-example:
/external/python/cpython3/Lib/importlib/
D_bootstrap.py187 _module_locks[name] = _weakref.ref(lock, cb)
/external/python/cpython2/PC/os2emx/
Dpython27.def1315 ; From python27_s.lib(_weakref)
/external/python/cpython2/
DAndroid.bp278 "Modules/_weakref.c",
/external/python/cpython3/Lib/collections/
D__init__.py25 from _weakref import proxy as _proxy
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp188 SOURCE=..\..\Modules\_weakref.c
/external/python/cpython3/Doc/extending/
Dnewtypes.rst542 .. _weakref-support:
/external/python/cpython2/Doc/c-api/
Darg.rst390 the :mod:`_weakref` helper module for weak references::
/external/python/cpython3/Doc/c-api/
Darg.rst494 :mod:`_weakref` helper module for weak references::

12