MCPcopy Index your code
hub / github.com/aymericdamien/TopDeepLearning / build_html_fields

Function build_html_fields

scripts/generate_stats.py:110–111  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

108def build_table(results_list):
109
110 def build_html_fields(d):
111 return ['<a href="%s">%s</a>' % (d['url'], d['title'].split('/')[-1]), d['stars_unparsed'], d['desc']]
112
113 def build_md_fields(d):
114 return ['[%s](%s)' % (d['title'].split('/')[-1], d['url']), d['stars_unparsed'], d['desc']]

Callers 1

build_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected