X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fnew%2Fjumpavg%2FBitCountingGroup.py;h=2071c061ea5351c24b6442044cf79559209d8848;hp=144f5a87803e77b6be0792958c02607ce41720fa;hb=a2a0ab1cdec3567dcad46c2000337707777aa0ca;hpb=5120b1082aa70f6e75511e9d95a2a7c303e25f9a diff --git a/resources/tools/presentation/new/jumpavg/BitCountingGroup.py b/resources/tools/presentation/new/jumpavg/BitCountingGroup.py index 144f5a8780..2071c061ea 100644 --- a/resources/tools/presentation/new/jumpavg/BitCountingGroup.py +++ b/resources/tools/presentation/new/jumpavg/BitCountingGroup.py @@ -11,10 +11,17 @@ # See the License for the specific language governing permissions and # limitations under the License. +"""Module holding BitCountingGroup class.""" + from RunGroup import RunGroup class BitCountingGroup(RunGroup): + """RunGroup with BitCountingMetadata. + + Support with_run_added() method to simplify extending the group. + As bit content has to be re-counted, metadata factory is stored. + """ def __init__(self, metadata_factory, values=[]): """Create the group from metadata factory and values.