Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringold.py133 _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.py130 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)
Ddecimal.py3971 def _apply(self, a): member in Context
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py2236 (context._apply, [Decimal("100E-1000000009")]),