/external/tensorflow/tensorflow/python/training/tracking/ |
D | data_structures.py | 283 def __copy__(self): member in List 390 def __copy__(self): member in _ListWrapper 570 def __copy__(self): member in Mapping 661 def __copy__(self): member in _DictWrapper
|
/external/python/cpython2/Lib/ |
D | weakref.py | 135 __copy__ = copy variable in WeakValueDictionary 379 __copy__ = copy variable in WeakKeyDictionary
|
D | fractions.py | 597 def __copy__(self): member in Fraction
|
D | sets.py | 151 __copy__ = copy # For the copy module variable in BaseSet
|
D | decimal.py | 3630 def __copy__(self): member in Decimal 3850 __copy__ = copy variable in Context
|
/external/python/cpython3/Lib/ |
D | weakref.py | 181 __copy__ = copy variable in WeakValueDictionary 420 __copy__ = copy variable in WeakKeyDictionary
|
D | fractions.py | 635 def __copy__(self): member in Fraction
|
D | typing.py | 283 def __copy__(self): member in _Immutable
|
D | _pydecimal.py | 3732 def __copy__(self): member in Decimal 4018 __copy__ = copy variable in Context
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | subgraph.py | 216 def __copy__(self): member in SubGraphView
|
/external/libchrome/third_party/jinja2/ |
D | utils.py | 480 __copy__ = copy variable in LRUCache
|
D | compiler.py | 189 __copy__ = copy variable in Frame
|
/external/python/cpython2/Lib/test/ |
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/autotest/client/common_lib/cros/ |
D | textfsm.py | 351 def __copy__(self): member in CopyableRegexObject
|
/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
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 709 def __copy__(self): member in ResourceVariable
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 50 def __copy__(self): member in PropagationContextItem
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_lib.py | 613 def __copy__(self): member in DistributionStrategy
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 619 def __copy__(self): member in Tensor 769 def __copy__(self): member in _EagerTensorBase
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 948 __copy__ = copy variable in ChainMap
|