Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ count_status
Function
count_status
tools/travis-sorter.py:122–127 ·
view source on GitHub ↗
(jobs, status)
Source
from the content-addressed store, hash-verified
120
121
122
def
count_status(jobs, status):
123
number = 0
124
for
job in jobs:
125
if
job.status == status:
126
number += 1
127
return
number
128
129
130
def
simulate(jobs, limit):
Callers
1
simulate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected