Searched defs:_weakref (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/xml/sax/
H A Dexpatreader.py37 import _weakref namespace
44 del weakref, _weakref
/external/python/cpython3/Lib/xml/sax/
H A Dexpatreader.py37 import _weakref namespace
44 del weakref, _weakref
/external/python/cpython3/Lib/
H A Dtempfile.py46 import weakref as _weakref namespace
791 self._finalizer = _weakref.finalize(
H A Dweakref.py10 # the module-global ref() function imported from _weakref.
12 from _weakref import (
24 import collections # Import after _weakref to avoid circular import. namespace

Completed in 204 milliseconds