Where is foo documented? i.e. h.url_for()
Question Where is foo defined? I.e. h.urlfor() Answer Use paster shell, introspection, and doc strings. > paster shell >>> print h.urlfor.module routes.util >>> print h.urlfor.doc Generates a URL Other labels:
general-faq