Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cselab/aphros
/ GetStep
Function
GetStep
deploy/scripts/aphros/plot.py:1556–1557 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
1554
FigHistK(vf, kk, ll, po, title=title)
1555
1556
def
GetStep(path):
1557
return
re.findall(
'[^_]*_([0-9]*)\.*.'
, os.path.basename(path))[0]
1558
1559
def
GetSteps(paths):
1560
return
list(map(GetStep, paths))
Callers
1
ReplaceFilename
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected