Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py3726 def __init__(self, new_context): argument
3727 self.new_context = new_context.copy()
3730 setcontext(self.new_context)
3731 return self.new_context