Home
last modified time | relevance | path

Searched defs:subtract (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcollections.py504 def subtract(self, iterable=None, **kwds): member in Counter
Ddecimal.py5289 def subtract(self, a, b): member in Context
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcollections.py559 def subtract(*args, **kwds): member in Counter