Various errors in Twisted's trunk right now say things like
src/twisted/web/iweb.py:687: Cannot find link target for "__init__"
the line numbers appear to be nonsense, but correspond to implementors with custom __init__s. Stubbing out a fake __init__ seems to work around it.