Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dweakref.py180 __copy__ = copy variable in WeakValueDictionary
439 __copy__ = copy variable in WeakKeyDictionary
H A Dfractions.py748 def __copy__(self): member in Fraction
H A D_pydecimal.py3746 def __copy__(self): member in Decimal
4036 __copy__ = copy variable in Context
H A Dtyping.py411 def __copy__(self): member in _Immutable
/third_party/jinja2/
H A Dutils.py567 __copy__ = copy variable in LRUCache
H A Dcompiler.py245 __copy__ = copy variable in Frame
/third_party/node/deps/v8/third_party/jinja2/
H A Dutils.py536 __copy__ = copy variable in LRUCache
H A Dcompiler.py192 __copy__ = copy variable in Frame
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py480 __copy__ = copy variable in LRUCache
H A Dcompiler.py189 __copy__ = copy variable in Frame
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py536 __copy__ = copy variable in LRUCache
H A Dcompiler.py192 __copy__ = copy variable in Frame
/third_party/python/Include/internal/
H A Dpycore_global_strings.h87 STRUCT_FOR_ID(__copy__)
H A Dpycore_runtime_init.h710 INIT_ID(__copy__), \
/third_party/python/Lib/test/
H A Dtest_copy.py35 def __copy__(self): member in TestCopy.test_copy_copy.C
177 def __copy__(self): member in TestCopy.test_copy_inst_copy.C
H A Dtest_genericalias.py365 def __copy__(self): member in BaseTest.test_copy.X
H A Dtest_deque.py821 e = d.__copy__()
/third_party/python/Lib/collections/
H A D__init__.py1037 __copy__ = copy variable in ChainMap
1164 def __copy__(self): member in UserDict
1281 def __copy__(self): member in UserList
/third_party/python/Lib/xml/etree/
H A DElementTree.py202 return self.__copy__()
204 def __copy__(self): member in Element
/third_party/python/Modules/
H A Ditertoolsmodule.c954 {"__copy__", (PyCFunction)tee_copy, METH_NOARGS, teecopy_doc},
1033 if (_PyObject_LookupAttr(it, &_Py_ID(__copy__), &copyfunc) < 0) { in itertools_tee_impl()
1048 copyfunc = PyObject_GetAttr(copyable, &_Py_ID(__copy__)); in itertools_tee_impl()

Completed in 40 milliseconds