MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _copy_immutable

Function _copy_immutable

tools/python-3.11.9-amd64/Lib/copy.py:107–108  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

105_copy_dispatch = d = {}
106
107def _copy_immutable(x):
108 return x
109for t in (type(None), int, float, bool, complex, str, tuple,
110 bytes, frozenset, type, range, slice, property,
111 types.BuiltinFunctionType, type(Ellipsis), type(NotImplemented),

Callers 1

copyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected