Home
last modified time | relevance | path

Searched refs:_weakref (Results 1 – 25 of 38) 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.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()
/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/
DAndroid-linux_x86_64.bp89 "Modules/_weakref.c",
DAndroid-darwin_x86_64.bp54 "Modules/_weakref.c",
DAndroid-bionic.bp86 "Modules/_weakref.c",
/external/python/cpython3/Modules/
DSetup110 _weakref _weakref.c # weak references
177 #_weakref _weakref.c # basic weak reference support
/external/clang/test/CodeGenObjC/
Divar-layout-64.m152 __weak id _weakref; field
/external/python/cpython3/Lib/
Dtempfile.py48 import weakref as _weakref namespace
780 self._finalizer = _weakref.finalize(
D_weakrefset.py5 from _weakref import ref
Dweakref.py12 from _weakref import (
/external/python/cpython2/Lib/
D_weakrefset.py5 from _weakref import ref
Dweakref.py14 from _weakref import (
/external/llvm-project/clang/test/CodeGenObjC/
Divar-layout-64.m152 __weak id _weakref; field
/external/python/cpython2/Doc/library/
Dweakref.rst253 .. _weakref-objects:
326 .. _weakref-example:
/external/python/cffi/c/
Dtest_c.py1804 import _weakref
1807 rlist = [_weakref.ref(BInt),
1808 _weakref.ref(newp(BPtr, 42)),
1809 _weakref.ref(cast(BPtr, 42)),
1810 _weakref.ref(cast(BInt, 42)),
1811 _weakref.ref(buffer(newp(BPtr, 42))),
3203 import _weakref
3214 wr = _weakref.ref(o)
3228 import _weakref
3234 wr = _weakref.ref(o)
/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.
/external/python/cpython3/Doc/library/
Dweakref.rst327 .. _weakref-objects:
401 .. _weakref-example:
/external/python/cpython3/Lib/importlib/
D_bootstrap.py196 _module_locks[name] = _weakref.ref(lock, cb)
/external/python/cpython2/PC/os2emx/
Dpython27.def1315 ; From python27_s.lib(_weakref)
/external/python/cpython2/
DAndroid.bp326 "Modules/_weakref.c",
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp188 SOURCE=..\..\Modules\_weakref.c

12