MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / resolve_description

Function resolve_description

tools/commitlist.py:224–226  ·  view source on GitHub ↗
(body: str)

Source from the content-addressed store, hash-verified

222
223
224def resolve_description(body: str) -> str:
225 sections = markdown_sections(body)
226 return cleanup_markdown_text(section_value(sections, 'Description'))
227
228
229def load_token(explicit_token: str | None) -> str | None:

Callers 1

_fetch_batchMethod · 0.85

Calls 3

markdown_sectionsFunction · 0.85
cleanup_markdown_textFunction · 0.85
section_valueFunction · 0.85

Tested by

no test coverage detected