Index

A | B | C | D | E | F | G | I | K | L | M | P | R | S | T | U | Y | Z

A

abbr (bytesize._constants.Unit attribute)
AdditionTestCase (class in tests.size.operations_test)

B

BaseInteger (class in bytesize._radix)
binary_units (bytesize._config.StrConfig attribute)
BinaryUnits (class in bytesize._constants)
bytesize (module)
bytesize._config (module)
bytesize._constants (module)
bytesize._errors (module)
bytesize._radix (module)
bytesize._size (module)
bytesize._sizes (module)
bytesize._util (module)
bytesize._util.bases (module)
bytesize._util.misc (module)
bytesize.version (module)

C

components() (bytesize._size.Size method)
componentsList() (bytesize._size.Size method)
ComponentsTestCase (class in tests.size.named_test)
ComputationTestCase (class in tests.size.size_test)
ConfigTestCase (class in tests.config_test)
ConfigurationTestCase (class in tests.size.size_test)
ConstantsTestCase (class in tests.constants_test)
ConstructionTestCase (class in tests.size.size_test)
ConversionTestCase (class in tests.size.conversions_test)
(class in tests.size.named_test)
convert_magnitude() (in module bytesize._util.misc)
convert_to() (in module bytesize._util.bases)
convertTo() (bytesize._radix.BaseInteger method)
(bytesize._size.Size method)

D

decimal_magnitude() (in module bytesize._util.misc)
DecimalUnits (class in bytesize._constants)
DisplayTestCase (class in tests.size.size_test)
DivmodTestCase (class in tests.size.operations_test)

E

EB (bytesize._constants.DecimalUnits attribute)
EiB (bytesize._constants.BinaryUnits attribute)
ErrorTestCase (class in tests.errors_test)
exact_value (bytesize._config.StrConfig attribute)

F

FACTOR (bytesize._constants.BinaryUnits attribute)
(bytesize._constants.DecimalUnits attribute)
factor (bytesize._constants.Unit attribute)
FloordivTestCase (class in tests.size.operations_test)
FormatTestCase (class in tests.util_test)
from_int() (in module bytesize._util.bases)

G

GB (bytesize._constants.DecimalUnits attribute)
get_repeating_fraction() (in module bytesize._util.misc)
get_string_info() (in module bytesize._util.misc)
GetRepeatingFractionTestCase (class in tests.util_test)
getSizeFromInput() (in module bytesize._sizes)
getString() (bytesize._size.Size method)
GiB (bytesize._constants.BinaryUnits attribute)

I

InitializerTestCase (class in tests.size.initializer_test)
INPUT_CONFIG (bytesize._config.SizeConfig attribute)
InputConfig (class in bytesize._config)
InputTestCase (class in tests.config_test)

K

KB (bytesize._constants.DecimalUnits attribute)
KiB (bytesize._constants.BinaryUnits attribute)

L

long_decimal_division() (in module bytesize._util.misc)
LongDecimalDivisionTestCase (class in tests.util_test)

M

magnitude (bytesize._size.Size attribute)
max_places (bytesize._config.StrConfig attribute)
MB (bytesize._constants.DecimalUnits attribute)
method (bytesize._config.InputConfig attribute)
METHODS() (bytesize._constants.RoundingMethods class method)
MiB (bytesize._constants.BinaryUnits attribute)
min_value (bytesize._config.StrConfig attribute)
ModTestCase (class in tests.size.operations_test)
MultiplicationTestCase (class in tests.size.operations_test)

P

PB (bytesize._constants.DecimalUnits attribute)
PiB (bytesize._constants.BinaryUnits attribute)
prefix (bytesize._constants.Unit attribute)

R

RadixNumber (class in bytesize._radix)
RdivmodTestCase (class in tests.size.operations_test)
RfloordivTestCase (class in tests.size.operations_test)
RmodTestCase (class in tests.size.operations_test)
ROUND_DOWN (bytesize._constants.RoundingMethods attribute)
round_fraction() (in module bytesize._util.misc)
ROUND_HALF_DOWN (bytesize._constants.RoundingMethods attribute)
ROUND_HALF_UP (bytesize._constants.RoundingMethods attribute)
ROUND_UP (bytesize._constants.RoundingMethods attribute)
RoundingMethods (class in bytesize._constants)
RoundingTestCase (class in tests.size.named_test)
(class in tests.util_test)
roundTo() (bytesize._size.Size method)
RsubTestCase (class in tests.size.operations_test)
RtruedivTestCase (class in tests.size.operations_test)

S

set_input_config() (bytesize._config.SizeConfig class method)
set_str_config() (bytesize._config.SizeConfig class method)
setUp() (tests.config_test.SizeTestCase method)
(tests.size.size_test.ComputationTestCase method)
(tests.size.size_test.ConfigurationTestCase method)
show_approx_str (bytesize._config.StrConfig attribute)
Size (class in bytesize._size)
SizeConfig (class in bytesize._config)
SizeError
SizeFractionalResultError
SizeNonsensicalBinOpError
SizeNonsensicalBinOpValueError
SizeNonsensicalOpError
SizePowerResultError
SizeTestCase (class in tests.config_test)
SizeUnrepresentableResultError
SizeUnsupportedOpError
SizeValueError
STR_CONFIG (bytesize._config.SizeConfig attribute)
StrConfig (class in bytesize._config)
STRICT (bytesize._config.SizeConfig attribute)
strip (bytesize._config.StrConfig attribute)
SubtractionTestCase (class in tests.size.operations_test)

T

TB (bytesize._constants.DecimalUnits attribute)
tearDown() (tests.config_test.SizeTestCase method)
(tests.size.size_test.ComputationTestCase method)
(tests.size.size_test.ConfigurationTestCase method)
testAbs() (tests.size.operations_test.UnaryOperatorsTestCase method)
testAddition() (tests.size.operations_test.AdditionTestCase method)
testBinaryOperatorsBoolean() (tests.size.operations_test.UtilityMethodsTestCase method)
testBinaryOperatorsSize() (tests.size.operations_test.UtilityMethodsTestCase method)
testBool() (tests.size.conversions_test.ConversionTestCase method)
testComplexRepeatingDecimal() (tests.util_test.LongDecimalDivisionTestCase method)
testConstructor() (tests.size.size_test.ConstructionTestCase method)
testDeepCopy() (tests.size.conversions_test.ConversionTestCase method)
testDivmodWithNumber() (tests.size.operations_test.DivmodTestCase method)
testDivmodWithSize() (tests.size.operations_test.DivmodTestCase method)
testExact() (tests.util_test.LongDecimalDivisionTestCase method)
testExactness() (tests.util_test.FormatTestCase method)
testException() (tests.size.named_test.ComponentsTestCase method)
(tests.size.named_test.ConversionTestCase method)
(tests.util_test.FormatTestCase method)
(tests.util_test.LongDecimalDivisionTestCase method)
testExceptions() (tests.size.initializer_test.InitializerTestCase method)
(tests.size.named_test.RoundingTestCase method)
(tests.size.operations_test.AdditionTestCase method)
(tests.size.operations_test.DivmodTestCase method)
(tests.size.operations_test.FloordivTestCase method)
(tests.size.operations_test.ModTestCase method)
(tests.size.operations_test.MultiplicationTestCase method)
(tests.size.operations_test.RdivmodTestCase method)
(tests.size.operations_test.RfloordivTestCase method)
(tests.size.operations_test.RmodTestCase method)
(tests.size.operations_test.RsubTestCase method)
(tests.size.operations_test.RtruedivTestCase method)
(tests.size.operations_test.SubtractionTestCase method)
(tests.size.operations_test.TruedivTestCase method)
(tests.util_test.GetRepeatingFractionTestCase method)
(tests.util_test.RoundingTestCase method)
testExceptionValues() (tests.size.size_test.DisplayTestCase method)
testFloat() (tests.size.conversions_test.ConversionTestCase method)
testFloordivWithNumber() (tests.size.operations_test.FloordivTestCase method)
testFloordivWithSize() (tests.size.operations_test.FloordivTestCase method)
testFraction() (tests.size.size_test.ConstructionTestCase method)
testFractionalBytes() (tests.size.size_test.ComputationTestCase method)
testHash() (tests.size.operations_test.UnaryOperatorsTestCase method)
testHumanReadableFractionalQuantities() (tests.size.size_test.DisplayTestCase method)
testInitialization() (tests.size.initializer_test.InitializerTestCase method)
testInputConfigObject() (tests.config_test.InputTestCase method)
testInt() (tests.size.conversions_test.ConversionTestCase method)
testMinValue() (tests.size.size_test.DisplayTestCase method)
testModWithNumber() (tests.size.operations_test.ModTestCase method)
testModWithSize() (tests.size.operations_test.ModTestCase method)
testMoreComplexRepeatingDecimal() (tests.util_test.LongDecimalDivisionTestCase method)
testMultiplication() (tests.size.operations_test.MultiplicationTestCase method)
testNeg() (tests.size.operations_test.UnaryOperatorsTestCase method)
testNegative() (tests.size.size_test.ConstructionTestCase method)
testNonRepeatingDecimal() (tests.util_test.LongDecimalDivisionTestCase method)
testNoUnitsInString() (tests.size.size_test.ConstructionTestCase method)
testOtherMethods() (tests.size.operations_test.UtilityMethodsTestCase method)
testPos() (tests.size.operations_test.UnaryOperatorsTestCase method)
testPrecision() (tests.size.named_test.ConversionTestCase method)
testRdivmodWithSize() (tests.size.operations_test.RdivmodTestCase method)
testRepeatingDecimal() (tests.util_test.LongDecimalDivisionTestCase method)
testRepr() (tests.size.conversions_test.ConversionTestCase method)
testResults() (tests.size.named_test.ComponentsTestCase method)
(tests.size.named_test.RoundingTestCase method)
testRfloordivWithSize() (tests.size.operations_test.RfloordivTestCase method)
testRmodWithSize() (tests.size.operations_test.RmodTestCase method)
testRounding() (tests.util_test.RoundingTestCase method)
testRoundingObjects() (tests.constants_test.ConstantsTestCase method)
testRoundingToBytes() (tests.size.size_test.DisplayTestCase method)
testRsub() (tests.size.operations_test.RsubTestCase method)
tests (module)
tests.config_test (module)
tests.constants_test (module)
tests.errors_test (module)
tests.size (module)
tests.size.conversions_test (module)
tests.size.initializer_test (module)
tests.size.named_test (module)
tests.size.operations_test (module)
tests.size.size_test (module)
tests.util_test (module)
tests.utils (module)
testSettingConfiguration() (tests.size.size_test.ConfigurationTestCase method)
testSettingInputConfig() (tests.config_test.SizeTestCase method)
testSettingStrConfig() (tests.config_test.SizeTestCase method)
testSIUnits() (tests.size.size_test.DisplayTestCase method)
testSizeFractionalResultError() (tests.errors_test.ErrorTestCase method)
testSizeNonsensicalBinOpError() (tests.errors_test.ErrorTestCase method)
testSizeNonsensicalBinOpValueError() (tests.errors_test.ErrorTestCase method)
testSizePowerResultError() (tests.errors_test.ErrorTestCase method)
testSizeValueError() (tests.errors_test.ErrorTestCase method)
testStr() (tests.size.conversions_test.ConversionTestCase method)
(tests.size.size_test.DisplayTestCase method)
testStrConfigObject() (tests.config_test.ConfigTestCase method)
testStrConfigs() (tests.size.size_test.ConfigurationTestCase method)
testStrWithSmallDeviations() (tests.size.size_test.ConfigurationTestCase method)
testSubtraction() (tests.size.operations_test.SubtractionTestCase method)
testTruedivWithNumber() (tests.size.operations_test.TruedivTestCase method)
testTruedivWithSize() (tests.size.operations_test.RtruedivTestCase method)
(tests.size.operations_test.TruedivTestCase method)
testUnaryOperators() (tests.size.operations_test.UtilityMethodsTestCase method)
testUnitsMethod() (tests.constants_test.ConstantsTestCase method)
testUnitsObjects() (tests.constants_test.ConstantsTestCase method)
testZero() (tests.size.size_test.ConstructionTestCase method)
TiB (bytesize._constants.BinaryUnits attribute)
to_int() (in module bytesize._util.bases)
TruedivTestCase (class in tests.size.operations_test)

U

UnaryOperatorsTestCase (class in tests.size.operations_test)
unit (bytesize._config.InputConfig attribute)
Unit (class in bytesize._constants)
UNITS() (bytesize._constants.BinaryUnits class method)
(bytesize._constants.DecimalUnits class method)
(in module bytesize._constants)
UtilityMethodsTestCase (class in tests.size.operations_test)

Y

YB (bytesize._constants.DecimalUnits attribute)
YiB (bytesize._constants.BinaryUnits attribute)

Z

ZB (bytesize._constants.DecimalUnits attribute)
ZiB (bytesize._constants.BinaryUnits attribute)