MCPcopy Index your code
hub / github.com/evalplus/evalplus / aplus

Function aplus

tools/render.py:88–89  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

86 TEXTTEMPS = [r"\temptwo{}", r"\tempfour{}", r"\tempsix{}", r"\tempeight{}"]
87
88 def aplus(s) -> str:
89 return r"\aplus{" + s + r"}"
90
91 def make_line(summary, amax, ap=False):
92 pkvals = [f"{v[amax[i]]:.1f}" for i, v in enumerate(summary.values())]

Callers 2

make_lineFunction · 0.85
texprintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected