Home
last modified time | relevance | path

Searched refs:_active_patches (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/pymock/
Dmock.py1114 _active_patches = set() variable in _patch
1397 self._active_patches.add(self)
1403 self._active_patches.discard(self)
1700 for patch in list(_patch._active_patches):
/external/python/cpython2/Lib/test/
D_mock_backport.py1067 _active_patches = [] variable in _patch
1343 self._active_patches.append(self)
1350 self._active_patches.remove(self)
1648 for patch in reversed(_patch._active_patches):
/external/python/cpython3/Lib/unittest/
Dmock.py1121 _active_patches = [] variable in _patch
1400 self._active_patches.append(self)
1407 self._active_patches.remove(self)
1705 for patch in reversed(_patch._active_patches):
/external/python/mock/mock/
Dmock.py1222 _active_patches = [] variable in _patch
1501 self._active_patches.append(self)
1508 self._active_patches.remove(self)
1806 for patch in reversed(_patch._active_patches):