l.r.b.m.HeldMessageView(LaunchpadView) : class documentation

Part of lp.registry.browser.mailinglists View In Hierarchy

A little helper view for held messages.
Method __init__ Undocumented
Method initialize See LaunchpadView.
Method _append_paragraph Undocumented
Method _remove_leading_blank_lines Strip off any leading blank lines.
Method _split_body Split the body into summary and details.
def __init__(self, context, request):
Undocumented
def initialize(self):
See LaunchpadView.
def _append_paragraph(self, paragraphs, current_paragraph):
Undocumented
def _remove_leading_blank_lines(self):
Strip off any leading blank lines.
ReturnsThe list of body text lines after stripping.
def _split_body(self, text_lines):
Split the body into summary and details.

This will assign to self.body_summary the summary text, but it will return the details text for further santization.

Returnsthe raw details text.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.