Searched refs:__copy__ (Results 1 – 14 of 14) sorted by relevance
77 single: __copy__() (copy protocol)81 special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is called
844 for value in islice(t.__copy__(), i, None):
123 __copy__ = copy variable in WeakValueDictionary346 __copy__ = copy variable in WeakKeyDictionary
151 __copy__ = copy # For the copy module variable in BaseSet
125 return x.__copy__()
597 def __copy__(self): member in Fraction
3630 def __copy__(self): member in Decimal3850 __copy__ = copy variable in Context
46 def __copy__(self): member in PropagationContextItem89 contextCopy[key] = contextCopy[key].__copy__()
468 __copy__ = copy variable in LRUCache
223 __copy__ = copy variable in Frame
595 e = d.__copy__()612 e = d.__copy__()
29 def __copy__(self): member in TestCopy.test_copy_copy.C159 def __copy__(self): member in TestCopy.test_copy_inst_copy.C
922 Changed the name of the __copy__() method on the Lexer class
4747 API to copy objects that don't implement __copy__ or __deepcopy__.