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