Ticket #6196 enhancement closed fixed
There are a bunch of pydoctor errors in twisted.web.iweb
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | documentation |
| Cc: | jknight, micahel@… | Branch: | branches/iweb-api-errors-6196 |
| Author: | exarkun | Launchpad Bug: |
Description
twisted.web.iweb.IBodyProducer:372 invalid ref to IConsumer twisted.web.iweb.IRequest.getHost:107 invalid ref to IAddress twisted.web.iweb.IRequest.getClientIP:115 invalid ref to NoneType twisted.web.iweb.IRequest.getClient:125 invalid ref to NoneType twisted.web.iweb.IRequest.setLastModified:266 invalid ref to NOT_MODIFIED twisted.web.iweb.IRequest.setLastModified:266 invalid ref to CACHED twisted.web.iweb.IRequest.setETag:288 invalid ref to NOT_MODIFIED twisted.web.iweb.IRequest.setETag:288 invalid ref to PRECONDITION_FAILED twisted.web.iweb.IRequest.setETag:288 invalid ref to CACHED twisted.web.iweb.ICredentialFactory:326 invalid ref to ICredentials twisted.web.iweb.IBodyProducer:372 invalid ref to IConsumer twisted.web.iweb.IBodyProducer:372 invalid ref to IConsumer twisted.web.iweb.IBodyProducer:372 invalid ref to IConsumer.unregisterProducer twisted.web.iweb.IBodyProducer:372 invalid ref to Deferred twisted.web.iweb.IBodyProducer:372 invalid ref to IConsumer.write twisted.web.iweb.IBodyProducer.length:399 invalid ref to UNKNOWN_LENGTH twisted.web.iweb.IBodyProducer.startProducing:406 invalid ref to IConsumer twisted.web.iweb.IBodyProducer.stopProducing:416 invalid ref to IProducer.stopProducing twisted.web.iweb.IBodyProducer.stopProducing:416 invalid ref to Deferred twisted.web.iweb.IBodyProducer.length:399 invalid ref to UNKNOWN_LENGTH twisted.web.iweb.IBodyProducer.startProducing:406 invalid ref to IConsumer twisted.web.iweb.IBodyProducer.startProducing:406 invalid ref to Deferred twisted.web.iweb.IBodyProducer.startProducing:406 invalid ref to Failure twisted.web.iweb.IBodyProducer.stopProducing:416 invalid ref to IProducer.stopProducing twisted.web.iweb.IBodyProducer.stopProducing:416 invalid ref to Deferred twisted.web.iweb.IRenderable.render:445 invalid ref to NoneType twisted.web.iweb.IResponse.length:497 invalid ref to UNKNOWN_LENGTH twisted.web.iweb.IResponse.deliverBody:505 invalid ref to IProtocol twisted.web.iweb.IResponse.length:497 invalid ref to UNKNOWN_LENGTH twisted.web.iweb.IResponse.deliverBody:505 invalid ref to IProtocol
Many of these are duplicated, but that's how pydoctor rolls. Some of them also cannot be fixed presently, due to links to module attributes not being supported.
Change History
Note: See
TracTickets for help on using
tickets.
