MCPcopy Create free account
hub / github.com/Persper/code-analytics / alpha

Function alpha

tools/excel_charts/draw_charts.py:17–22  ·  view source on GitHub ↗
(worksheet, i)

Source from the content-addressed store, hash-verified

15
16
17def alpha(worksheet, i):
18 a = excel.cell(worksheet, (1, 1), step_column=3, index=i).value
19 if not a:
20 return
21 assert a.startswith('alpha=')
22 return a[len('alpha='):][0:4]
23
24
25def draw_ordered_ranks(worksheet):

Callers 2

draw_ordered_ranksFunction · 0.85
calc_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected