Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py354 def __copy__(self): member in List
492 def __copy__(self): member in ListWrapper
493 copied = super(ListWrapper, self).__copy__()
708 def __copy__(self): member in Mapping
805 def __copy__(self): member in _DictWrapper
1024 def __copy__(self): member in _TupleWrapper
/external/python/cpython2/Doc/library/
Dcopy.rst77 single: __copy__() (copy protocol)
81 special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is called
/external/python/cpython3/Doc/library/
Dcopy.rst79 single: __copy__() (copy protocol)
83 special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is called
/external/python/cpython2/Lib/
Dweakref.py135 __copy__ = copy variable in WeakValueDictionary
379 __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
/external/python/cpython3/Lib/
Dweakref.py178 __copy__ = copy variable in WeakValueDictionary
429 __copy__ = copy variable in WeakKeyDictionary
Dfractions.py633 def __copy__(self): member in Fraction
Dtyping.py302 def __copy__(self): member in _Immutable
/external/autotest/client/common_lib/cros/
Dtextfsm.py351 def __copy__(self): member in CopyableRegexObject
355 return self.__copy__()
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py50 def __copy__(self): member in PropagationContextItem
93 contextCopy[key] = contextCopy[key].__copy__()
/external/python/cpython3/Lib/collections/
D__init__.py974 __copy__ = copy variable in ChainMap
1098 def __copy__(self): member in UserDict
1215 def __copy__(self): member in UserList
/external/python/jinja/src/jinja2/
Dutils.py480 __copy__ = copy variable in LRUCache
/external/libchrome/third_party/jinja2/
Dutils.py480 __copy__ = copy variable in LRUCache
/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/python/cpython3/Lib/test/
Dtest_copy.py34 def __copy__(self): member in TestCopy.test_copy_copy.C
173 def __copy__(self): member in TestCopy.test_copy_inst_copy.C
Dtest_deque.py846 e = d.__copy__()
863 e = d.__copy__()
/external/python/cpython3/Lib/xml/etree/
DElementTree.py202 return self.__copy__()
204 def __copy__(self): member in Element
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py1555 def __copy__(self): member in StrategyBase
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py492 def __copy__(self): member in BaseResourceVariable
/external/tensorflow/tensorflow/python/framework/
Dops.py846 def __copy__(self): member in Tensor
1013 def __copy__(self): member in _EagerTensorBase
/external/python/pybind11/docs/advanced/
Dclasses.rst853 ``__copy__`` and ``__deepcopy__`` methods. With Python 2.7, these custom methods
863 .def("__copy__", [](const Copyable &self) {
/external/python/asn1crypto/asn1crypto/
Dcore.py499 def __copy__(self): member in Asn1Value
1463 def __copy__(self): member in Concat

12