Searched refs:description_text (Results 1 – 3 of 3) sorted by relevance
12 def __init__(self, description_text): argument13 self.description_text = description_text16 return self.description_text21 def __init__(self, description_text): argument22 self.change = Change_mock(description_text)
397 std::ostringstream description_text; in main() local398 description_text << desc; in main()400 quickbook::detail::out() << description_text.str() << "\n"; in main()762 std::ostringstream description_text; in main() local763 description_text << desc; in main()766 << description_text.str() << std::endl; in main()
47 def _SplitIntoMultipleCommits(description_text): argument49 multiple_paragraphs = re.split(paragraph_split_pattern, description_text)