Repo Added
|
Files
106
|
Badge
README BADGES
|
push
travis-ci
8 of 8 new or added lines in 1 file covered. (100.0%)
4930 of 5309 relevant lines covered (92.86%)
0.93 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
574 | fragment | Bag.fragment This fragments partitions in a bag Examples -------- >>> b = from_sequence(range(10), npartitions=2) >>> b.npartitions 2 >>> b.fragment(3).npartitions 6 >>> list(b.fragment(3)) [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] | push | travis-ci | pending completion |