Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dcopy.rst79 single: __copy__() (copy protocol)
83 special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is called
/third_party/python/Lib/
Dweakref.py181 __copy__ = copy variable in WeakValueDictionary
440 __copy__ = copy variable in WeakKeyDictionary
Dfractions.py740 def __copy__(self): member in Fraction
Dtyping.py353 def __copy__(self): member in _Immutable
D_pydecimal.py3736 def __copy__(self): member in Decimal
4022 __copy__ = copy variable in Context
/third_party/python/Lib/collections/
D__init__.py1015 __copy__ = copy variable in ChainMap
1142 def __copy__(self): member in UserDict
1259 def __copy__(self): member in UserList
/third_party/node/tools/inspector_protocol/jinja2/
Dutils.py480 __copy__ = copy variable in LRUCache
Dcompiler.py189 __copy__ = copy variable in Frame
/third_party/skia/third_party/externals/jinja2/
Dutils.py536 __copy__ = copy variable in LRUCache
Dcompiler.py192 __copy__ = copy variable in Frame
/third_party/jinja2/
Dutils.py567 __copy__ = copy variable in LRUCache
Dcompiler.py245 __copy__ = copy variable in Frame
/third_party/python/Lib/test/
Dtest_copy.py35 def __copy__(self): member in TestCopy.test_copy_copy.C
174 def __copy__(self): member in TestCopy.test_copy_inst_copy.C
Dtest_genericalias.py283 def __copy__(self): member in BaseTest.test_copy.X
Dtest_deque.py814 e = d.__copy__()
831 e = d.__copy__()
/third_party/python/Lib/xml/etree/
DElementTree.py202 return self.__copy__()
204 def __copy__(self): member in Element
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst1573 Added a ``__copy__()`` to ``collections.UserList`` and
/third_party/python/Modules/
Ditertoolsmodule.c1019 _Py_IDENTIFIER(__copy__); in itertools_tee_impl()
/third_party/python/Tools/c-analyzer/
DTODO320 Modules/itertoolsmodule.c:itertools_tee_impl():PyId___copy__ _Py_IDENTIFIER(__copy__)
/third_party/python/Misc/
DHISTORY22131 API to copy objects that don't implement __copy__ or __deepcopy__.