/third_party/python/Doc/library/ |
D | copy.rst | 79 single: __copy__() (copy protocol) 83 special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is called
|
/third_party/python/Lib/ |
D | weakref.py | 181 __copy__ = copy variable in WeakValueDictionary 440 __copy__ = copy variable in WeakKeyDictionary
|
D | fractions.py | 740 def __copy__(self): member in Fraction
|
D | typing.py | 353 def __copy__(self): member in _Immutable
|
D | _pydecimal.py | 3736 def __copy__(self): member in Decimal 4022 __copy__ = copy variable in Context
|
/third_party/python/Lib/collections/ |
D | __init__.py | 1015 __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/ |
D | utils.py | 480 __copy__ = copy variable in LRUCache
|
D | compiler.py | 189 __copy__ = copy variable in Frame
|
/third_party/skia/third_party/externals/jinja2/ |
D | utils.py | 536 __copy__ = copy variable in LRUCache
|
D | compiler.py | 192 __copy__ = copy variable in Frame
|
/third_party/jinja2/ |
D | utils.py | 567 __copy__ = copy variable in LRUCache
|
D | compiler.py | 245 __copy__ = copy variable in Frame
|
/third_party/python/Lib/test/ |
D | test_copy.py | 35 def __copy__(self): member in TestCopy.test_copy_copy.C 174 def __copy__(self): member in TestCopy.test_copy_inst_copy.C
|
D | test_genericalias.py | 283 def __copy__(self): member in BaseTest.test_copy.X
|
D | test_deque.py | 814 e = d.__copy__() 831 e = d.__copy__()
|
/third_party/python/Lib/xml/etree/ |
D | ElementTree.py | 202 return self.__copy__() 204 def __copy__(self): member in Element
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0b1.rst | 1573 Added a ``__copy__()`` to ``collections.UserList`` and
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 1019 _Py_IDENTIFIER(__copy__); in itertools_tee_impl()
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 320 Modules/itertoolsmodule.c:itertools_tee_impl():PyId___copy__ _Py_IDENTIFIER(__copy__)
|
/third_party/python/Misc/ |
D | HISTORY | 22131 API to copy objects that don't implement __copy__ or __deepcopy__.
|