/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
|
D | itertools.rst | 844 for value in islice(t.__copy__(), i, None):
|
/external/python/cpython3/Doc/library/ |
D | copy.rst | 78 single: __copy__() (copy protocol) 82 special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is called
|
/external/python/cpython2/Lib/ |
D | weakref.py | 123 __copy__ = copy variable in WeakValueDictionary 346 __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
|
D | decimal.py | 3630 def __copy__(self): member in Decimal 3850 __copy__ = copy variable in Context
|
/external/python/cpython3/Lib/ |
D | weakref.py | 180 __copy__ = copy variable in WeakValueDictionary 417 __copy__ = copy variable in WeakKeyDictionary
|
D | fractions.py | 635 def __copy__(self): member in Fraction
|
D | typing.py | 1155 def __copy__(self): member in GenericMeta
|
D | _pydecimal.py | 3773 def __copy__(self): member in Decimal 4059 __copy__ = copy variable in Context
|
/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 | 46 def __copy__(self): member in PropagationContextItem 89 contextCopy[key] = contextCopy[key].__copy__()
|
/external/libmojo/third_party/jinja2/ |
D | utils.py | 468 __copy__ = copy variable in LRUCache
|
D | compiler.py | 223 __copy__ = copy variable in Frame
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | subgraph.py | 216 def __copy__(self): member in SubGraphView
|
/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 | 827 e = d.__copy__() 844 e = d.__copy__()
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 916 __copy__ = copy variable in ChainMap
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 705 def __copy__(self): member in _EagerTensorBase
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 810 _Py_IDENTIFIER(__copy__); in tee()
|
/external/ply/ply/ |
D | CHANGES | 922 Changed the name of the __copy__() method on the Lexer class
|