/external/tensorflow/tensorflow/python/training/tracking/ |
D | data_structures.py | 354 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/ |
D | copy.rst | 77 single: __copy__() (copy protocol) 81 special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is called
|
/external/python/cpython3/Doc/library/ |
D | copy.rst | 79 single: __copy__() (copy protocol) 83 special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is called
|
/external/python/cpython2/Lib/ |
D | weakref.py | 135 __copy__ = copy variable in WeakValueDictionary 379 __copy__ = copy variable in WeakKeyDictionary
|
D | sets.py | 151 __copy__ = copy # For the copy module variable in BaseSet
|
D | copy.py | 125 return x.__copy__()
|
D | fractions.py | 597 def __copy__(self): member in Fraction
|
/external/python/cpython3/Lib/ |
D | weakref.py | 178 __copy__ = copy variable in WeakValueDictionary 429 __copy__ = copy variable in WeakKeyDictionary
|
D | fractions.py | 633 def __copy__(self): member in Fraction
|
D | typing.py | 302 def __copy__(self): member in _Immutable
|
/external/autotest/client/common_lib/cros/ |
D | textfsm.py | 351 def __copy__(self): member in CopyableRegexObject 355 return self.__copy__()
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 50 def __copy__(self): member in PropagationContextItem 93 contextCopy[key] = contextCopy[key].__copy__()
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 974 __copy__ = copy variable in ChainMap 1098 def __copy__(self): member in UserDict 1215 def __copy__(self): member in UserList
|
/external/python/jinja/src/jinja2/ |
D | utils.py | 480 __copy__ = copy variable in LRUCache
|
/external/libchrome/third_party/jinja2/ |
D | utils.py | 480 __copy__ = copy variable in LRUCache
|
/external/python/cpython2/Lib/test/ |
D | test_deque.py | 595 e = d.__copy__() 612 e = d.__copy__()
|
D | test_copy.py | 29 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/ |
D | test_copy.py | 34 def __copy__(self): member in TestCopy.test_copy_copy.C 173 def __copy__(self): member in TestCopy.test_copy_inst_copy.C
|
D | test_deque.py | 846 e = d.__copy__() 863 e = d.__copy__()
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 202 return self.__copy__() 204 def __copy__(self): member in Element
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_lib.py | 1555 def __copy__(self): member in StrategyBase
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 492 def __copy__(self): member in BaseResourceVariable
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 846 def __copy__(self): member in Tensor 1013 def __copy__(self): member in _EagerTensorBase
|
/external/python/pybind11/docs/advanced/ |
D | classes.rst | 853 ``__copy__`` and ``__deepcopy__`` methods. With Python 2.7, these custom methods 863 .def("__copy__", [](const Copyable &self) {
|
/external/python/asn1crypto/asn1crypto/ |
D | core.py | 499 def __copy__(self): member in Asn1Value 1463 def __copy__(self): member in Concat
|