Home
last modified time | relevance | path

Searched refs:body (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/scripts/
Dgenerate_ssl_debug_helpers.py161 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 …]
Dassemble_changelog.py111 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/
DLICENSE449 the limitation as if written in the body of this License.