Searched refs:__copy__ (Results 1 - 21 of 21) sorted by relevance

/external/python/cpython2/Lib/
H A Dweakref.py123 __copy__ = copy variable in class:WeakValueDictionary
346 __copy__ = copy variable in class:WeakKeyDictionary
H A Dsets.py151 __copy__ = copy # For the copy module variable in class:BaseSet
H A Dcopy.py78 copier = getattr(cls, "__copy__", None)
124 if hasattr(x, '__copy__'):
125 return x.__copy__()
H A Dfractions.py597 def __copy__(self): member in class:Fraction
H A Ddecimal.py3630 def __copy__(self): member in class:Decimal
3850 __copy__ = copy variable in class:Context
/external/autotest/client/common_lib/cros/
H A Dtextfsm.py351 def __copy__(self): member in class:CopyableRegexObject
355 return self.__copy__()
/external/parameter-framework/upstream/tools/xmlGenerator/
H A DEddParser.py46 def __copy__(self): member in class:PropagationContextItem
47 """C.__copy__() -> a shallow copy of C"""
89 contextCopy[key] = contextCopy[key].__copy__()
/external/python/cpython3/Lib/
H A Dweakref.py180 __copy__ = copy variable in class:WeakValueDictionary
417 __copy__ = copy variable in class:WeakKeyDictionary
H A Dfractions.py635 def __copy__(self): member in class:Fraction
H A Dtyping.py1155 def __copy__(self): member in class:GenericMeta
H A D_pydecimal.py3773 def __copy__(self): member in class:Decimal
4059 __copy__ = copy variable in class:Context
/external/libmojo/third_party/jinja2/
H A Dutils.py468 __copy__ = copy variable in class:LRUCache
H A Dcompiler.py223 __copy__ = copy variable in class:Frame
/external/tensorflow/tensorflow/contrib/graph_editor/
H A Dsubgraph.py216 def __copy__(self): member in class:SubGraphView
/external/python/cpython2/Lib/test/
H A Dtest_deque.py595 e = d.__copy__()
612 e = d.__copy__()
H A Dtest_copy.py29 def __copy__(self): member in class:TestCopy.test_copy_copy.C
159 def __copy__(self): member in class:TestCopy.test_copy_inst_copy.C
/external/python/cpython3/Lib/test/
H A Dtest_copy.py34 def __copy__(self): member in class:TestCopy.test_copy_copy.C
173 def __copy__(self): member in class:TestCopy.test_copy_inst_copy.C
H A Dtest_deque.py827 e = d.__copy__()
844 e = d.__copy__()
/external/python/cpython3/Lib/collections/
H A D__init__.py916 __copy__ = copy variable in class:ChainMap
/external/python/cpython3/Modules/
H A Ditertoolsmodule.c756 {"__copy__", (PyCFunction)tee_copy, METH_NOARGS, teecopy_doc},
810 _Py_IDENTIFIER(__copy__);
/external/tensorflow/tensorflow/python/framework/
H A Dops.py705 def __copy__(self): member in class:_EagerTensorBase

Completed in 2634 milliseconds