(target, collection, collection_adapter)
| 1699 | |
| 1700 | @event.listens_for(self, "dispose_collection") |
| 1701 | def unlink(target, collection, collection_adapter): |
| 1702 | collection._sa_linker(None) |
| 1703 | |
| 1704 | def __copy(self, item): |
| 1705 | return [y for y in collections.collection_adapter(item)] |
no outgoing calls