(array)
| 314 | |
| 315 | @implements(dispatched_one_arg) |
| 316 | def _(array): |
| 317 | return 'myarray' |
| 318 | |
| 319 | assert_equal(dispatched_one_arg(1), 'original') |
| 320 | assert_equal(dispatched_one_arg(MyArray()), 'myarray') |
nothing calls this directly
no outgoing calls
no test coverage detected