Searched refs:_apply (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | stringold.py | 133 _apply = apply variable 142 return _apply(s.index, args) 151 return _apply(s.rindex, args) 162 return _apply(s.count, args) 175 return _apply(s.find, args) 188 return _apply(s.rfind, args) 230 return _apply(_int, args) 258 return _apply(_long, args)
|
D | _weakrefset.py | 130 def _apply(self, other, method): member in WeakSet 139 return self._apply(other, self.data.difference) 159 return self._apply(other, self.data.intersection) 192 return self._apply(other, self.data.symmetric_difference) 212 return self._apply(other, self.data.union)
|
D | decimal.py | 3971 def _apply(self, a): member in Context
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_decimal.py | 2236 (context._apply, [Decimal("100E-1000000009")]),
|