Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dcopy.rst77 single: __copy__() (copy protocol)
81 special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is called
Ditertools.rst844 for value in islice(t.__copy__(), i, None):
/external/python/cpython2/Lib/
Dweakref.py123 __copy__ = copy variable in WeakValueDictionary
346 __copy__ = copy variable in WeakKeyDictionary
Dsets.py151 __copy__ = copy # For the copy module variable in BaseSet
Dcopy.py125 return x.__copy__()
Dfractions.py597 def __copy__(self): member in Fraction
Ddecimal.py3630 def __copy__(self): member in Decimal
3850 __copy__ = copy variable in Context
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py46 def __copy__(self): member in PropagationContextItem
89 contextCopy[key] = contextCopy[key].__copy__()
/external/libmojo/third_party/jinja2/
Dutils.py468 __copy__ = copy variable in LRUCache
Dcompiler.py223 __copy__ = copy variable in Frame
/external/python/cpython2/Lib/test/
Dtest_deque.py595 e = d.__copy__()
612 e = d.__copy__()
Dtest_copy.py29 def __copy__(self): member in TestCopy.test_copy_copy.C
159 def __copy__(self): member in TestCopy.test_copy_inst_copy.C
/external/ply/ply/
DCHANGES922 Changed the name of the __copy__() method on the Lexer class
/external/python/cpython2/Misc/
DHISTORY4747 API to copy objects that don't implement __copy__ or __deepcopy__.