Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpty.py140 def _copy(master_fd, master_read=_read, stdin_read=_read): function
169 _copy(master_fd, master_read, stdin_read)
Dargparse.py86 import copy as _copy namespace
927 items = _copy.copy(_ensure_value(namespace, self.dest, []))
953 items = _copy.copy(_ensure_value(namespace, self.dest, []))
Ddecimal.py139 import copy as _copy namespace
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_copy.py609 def _check_weakref(self, _copy): argument
614 y = _copy(x)
617 y = _copy(x)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dargparse.py86 import copy as _copy namespace
929 items = _copy.copy(_ensure_value(namespace, self.dest, []))
955 items = _copy.copy(_ensure_value(namespace, self.dest, []))