Searched refs:__copy__ (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dweakref.py90 __copy__ = copy variable in class:WeakValueDictionary
272 __copy__ = copy variable in class:WeakKeyDictionary
H A Dsets.py151 __copy__ = copy # For the copy module variable in class:BaseSet
H A Dcopy.py78 copier = getattr(cls, "__copy__", None)
124 if hasattr(x, '__copy__'):
125 return x.__copy__()
H A Dfractions.py597 def __copy__(self): member in class:Fraction
H A Ddecimal.py3604 def __copy__(self): member in class:Decimal
3822 __copy__ = copy variable in class:Context
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dweakref.py116 __copy__ = copy variable in class:WeakValueDictionary
331 __copy__ = copy variable in class:WeakKeyDictionary
H A Dcopy.py78 copier = getattr(cls, "__copy__", None)
124 if hasattr(x, '__copy__'):
125 return x.__copy__()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_copy.py29 def __copy__(self): member in class:TestCopy.test_copy_copy.C
116 def __copy__(self): member in class:TestCopy.test_copy_inst_copy.C
H A Dtest_deque.py579 e = d.__copy__()
595 e = d.__copy__()

Completed in 89 milliseconds