(url)
| 1054 | return MyEnginePlugin |
| 1055 | |
| 1056 | def update_url(url): |
| 1057 | return url.difference_update_query(["myplugin_arg"]) |
| 1058 | |
| 1059 | MyEnginePlugin = Mock(side_effect=side_effect, update_url=update_url) |
| 1060 |
nothing calls this directly
no test coverage detected