Hi

  I am trying to understand how to get data I need and package it to display
on the template.  I do need to learn how to use template.  But for now, I am
trying to understand the process_request method.

  Is there any API document where I can look up available method on the req
object?  It has so many level of methods.  I guest that the req argument is
the object of Request class.  I found the declaration of it in the Web
package but I can't find the api for req.perm.

  Can you give me some direction on how I can trace the method back to its
declaration?  I am trying to understand what the code does.  I could guess
and copy the code here and there but it seem to be bad approach.

   I saw the PyDoc plugin, does it help with this?  What I need is something
like JavaDoc for Trac API.  Is this available or you just go right at the
code?  I have problem determining whether the modules and methods belong to
Trac or Python.

   Is there any tools that help locate the declaration of a method?  At the
moment, I use Eclipse and use global search on the Trac package to find the
declaration.

Thanks,
Deen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to