Searched refs:body (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/scripts/ |
D | generate_ssl_debug_helpers.py | 161 body = group.get('body', None) 163 assert body 168 self._body = body 206 body = textwrap.dedent('''\ 216 body = body.format(translation_table='\n'.join(translation_table), 219 return body 267 body = textwrap.dedent('''\ 277 body = body.format(translation_table='\n'.join(translation_table)) 278 return body 325 body = textwrap.dedent('''\ [all …]
|
D | assemble_changelog.py | 111 def format_category(cls, title, body): argument 166 body, body_line) 167 for title_match, title_line, body, body_line 171 def format_category(cls, title, body): argument 174 if not body.endswith('\n\n'): 175 body += '\n' 176 return title + '\n' + body 218 body_split = category.body.splitlines() 232 self.categories[category.name] += category.body 266 for title, body in self.categories.items(): [all …]
|
/mbedtls-latest/ |
D | LICENSE | 449 the limitation as if written in the body of this License.
|