MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / output_to_markdown

Function output_to_markdown

tools/ci/bsp_detail.py:136–138  ·  view source on GitHub ↗
(df, output_file)

Source from the content-addressed store, hash-verified

134 return sconstruct_paths
135
136def output_to_markdown(df, output_file):
137 with open(output_file, 'w', encoding='utf-8') as file:
138 file.write(df.to_markdown(index=False))
139
140def output_to_yaml(dataframe, output_file, header_comment):
141 data = dataframe.to_dict(orient='records')

Callers 1

bsp_detail.pyFile · 0.85

Calls 2

openFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected