MCPcopy Index your code
hub / github.com/python/cpython / spamlist

Method spamlist

Lib/test/test_descr.py:314–316  ·  view source on GitHub ↗
(l, memo=None)

Source from the content-addressed store, hash-verified

312 import copy, xxsubtype as spam
313
314 def spamlist(l, memo=None):
315 import xxsubtype as spam
316 return spam.spamlist(l)
317
318 # This is an ugly hack:
319 copy._deepcopy_dispatch[spam.spamlist] = spamlist

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected