Mercurial > p > roundup > code
view doc/pydoc.txt @ 8475:bc3d3c54e1f0
doc: removed line referencing API change in 1.6
Removed sentence:
This may be fixed in Roundup 1.6 by introducing
``init_web(client)`` callback or a more flexible extension point
mechanism.
as I think RegisterAction can be used for both cgi/html
interface (action inherits from roundup.cgi.actions.Action) and
rest/xmlrpc interface (action inherits from roundup.actions.Action).
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 08 Nov 2025 00:40:39 -0500 |
| parents | 0663a7bcef6c |
| children | b09ef85f0da6 |
line wrap: on
line source
================ Pydocs from code ================ .. contents:: :local: Client class ============ .. autoclass:: roundup.cgi.client::Client :members: CGI Action class ================ Action class and selected derived classes. Action ------ .. autoclass:: roundup.cgi.actions::Action :members: LoginAction ------------ .. autoclass:: roundup.cgi.actions::LoginAction :members: .. _`ReauthAction_pydoc`: ReauthAction ------------ .. autoclass:: roundup.cgi.actions::ReauthAction :members: Templating Utils class ====================== .. autoclass:: roundup.cgi.templating::TemplatingUtils :members:
