Provides parsing, arithmetic and comparison oprations, and formatting of human readable data size strings for logic that depends on comparisons of values given in common units of data allocation.
I have my own .NET library class that does not have a parameterless constructor. I want to subclass it in python and create a parameterless constructor. However ...