index
:
iss.guru
location-class
master
vue
zappa
ISS Pass Predictions
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iss
/
utils.py
blob: f1a75c0f49d3a556379b59be93a60cd9d4e54135 (
plain
)
1
2
3
def chunks(l, n): for i in range(0, len(l), n): yield l[i : i + n]