Searched defs:_commit_removals (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython2/Lib/ | ||
| D | weakref.py | 71 def _commit_removals(self): member in WeakValueDictionary |
| D | _weakrefset.py | 52 def _commit_removals(self): member in WeakSet |
| /external/python/cpython3/Lib/ | ||
| D | weakref.py | 121 def _commit_removals(self, _atomic_removal=_remove_dead_weakref): member in WeakValueDictionary |
| D | _weakrefset.py | 53 def _commit_removals(self): member in WeakSet |