On 10:49 pm, kevin.h...@gmail.com wrote:
>
>  If you look up a class, like "twisted.internet.defer.Deferred" for
>example,
>  the link looks like this:
>
>
>http://twistedmatrix.com/documents/current/api/twisted.internet.defer.Deferred.html
>
>  Pretty simple right?  But if you look up a function or method like
>  "twisted.internet.defer.Deferred.callback", the link has an anchor, 
>like
>so:
>
>
>http://twistedmatrix.com/documents/9.0.0/api/twisted.internet.defer.Deferred.html#addCallback
>
>  So we'll need to do some checking on either the api docs or on twisted
>itself
>  to determine what sort of object is being linked to.  Shouldn't be
>  super-difficult, just haven't had time yet.

Did you notice that 
http://twistedmatrix.com/documents/9.0.0/api/twisted.internet.defer.Deferred.addCallback.html
 
also exists?

Jean-Paul

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to