(l, memo=None)
| 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 |
no outgoing calls
no test coverage detected