Index

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

A

abbr (justbytes._constants.Unit attribute)
AdditionTestCase (class in tests.size.operations_test)
ArithmeticPropertiesTestCase (class in tests.size.operations_test)
as_single_number() (in module justbytes._util.misc)

B

B (in module justbytes._constants)
BinaryUnits (class in justbytes._constants)

C

components() (justbytes._size.Size method)
componentsList() (justbytes._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)
convertTo() (justbytes._size.Size method)

D

DecimalUnits (class in justbytes._constants)
DISPLAY_CONFIG (justbytes._config.SizeConfig attribute)
DisplayConfig (class in justbytes._config)
DisplayTestCase (class in tests.size.size_test)
DivmodTestCase (class in tests.size.operations_test)

E

EB (justbytes._constants.DecimalUnits attribute)
EiB (justbytes._constants.BinaryUnits attribute)
ErrorTestCase (class in tests.errors_test)

F

FACTOR (justbytes._constants.BinaryUnits attribute)
(justbytes._constants.DecimalUnits attribute)
factor (justbytes._constants.Unit attribute)
FloordivTestCase (class in tests.size.operations_test)

G

GB (justbytes._constants.DecimalUnits attribute)
getSizeFromInput() (in module justbytes._sizes)
GetSizeFromInputTestCase (class in tests.sizes_test)
getString() (justbytes._size.Size method)
getStringInfo() (justbytes._size.Size method)
GiB (justbytes._constants.BinaryUnits attribute)

I

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

J

justbytes (module)
justbytes._config (module)
justbytes._constants (module)
justbytes._errors (module)
justbytes._size (module)
justbytes._sizes (module)
justbytes._util (module)
justbytes._util.misc (module)
justbytes.version (module)

K

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

M

magnitude (justbytes._size.Size attribute)
MB (justbytes._constants.DecimalUnits attribute)
MiB (justbytes._constants.BinaryUnits attribute)
ModTestCase (class in tests.size.operations_test)
MultiplicationTestCase (class in tests.size.operations_test)

N

next_or_last() (in module justbytes._util.misc)
NextTestCase (class in tests.util_test)

P

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

R

RdivmodTestCase (class in tests.size.operations_test)
relation_to_symbol() (in module justbytes._util.misc)
RfloordivTestCase (class in tests.size.operations_test)
RmodTestCase (class in tests.size.operations_test)
RoundingTestCase (class in tests.size.named_test)
roundTo() (justbytes._size.Size method)
RsubTestCase (class in tests.size.operations_test)
RtruedivTestCase (class in tests.size.operations_test)

S

set_display_config() (justbytes._config.SizeConfig class method)
set_input_config() (justbytes._config.SizeConfig class method)
set_str_config() (justbytes._config.SizeConfig class method)
setUp() (tests.config_test.SizeTestCase method)
(tests.size.size_test.ComputationTestCase method)
(tests.size.size_test.ConfigurationTestCase method)
(tests.sizes_test.GetSizeFromInputTestCase method)
Size (class in justbytes._size)
SizeConfig (class in justbytes._config)
SizeError
SizeFractionalResultError
SizeNonsensicalBinOpError
SizeNonsensicalBinOpValueError
SizeNonsensicalOpError
SizePowerResultError
SizeTestCase (class in tests.config_test)
SizeUnrepresentableResultError
SizeUnsupportedOpError
SizeValueError
STR_CONFIG (justbytes._config.SizeConfig attribute)
StrConfig (class in justbytes._config)
STRICT (justbytes._config.SizeConfig attribute)
strip_trailing_zeros() (in module justbytes._util.misc)
SubtractionTestCase (class in tests.size.operations_test)

T

take_until_satisfied() (in module justbytes._util.misc)
TakeTestCase (class in tests.util_test)
TB (justbytes._constants.DecimalUnits attribute)
tearDown() (tests.config_test.SizeTestCase method)
(tests.size.size_test.ComputationTestCase method)
(tests.size.size_test.ConfigurationTestCase method)
(tests.sizes_test.GetSizeFromInputTestCase method)
testAbs() (tests.size.operations_test.UnaryOperatorsTestCase method)
testAddition() (tests.size.operations_test.AdditionTestCase method)
testAssociativity() (tests.size.operations_test.ArithmeticPropertiesTestCase method)
testBinaryOperatorsBoolean() (tests.size.operations_test.UtilityMethodsTestCase method)
testBinaryOperatorsSize() (tests.size.operations_test.UtilityMethodsTestCase method)
testBool() (tests.size.conversions_test.ConversionTestCase method)
testBounds() (tests.size.named_test.RoundingTestCase method)
testConstructor() (tests.size.size_test.ConstructionTestCase method)
testDeepCopy() (tests.size.conversions_test.ConversionTestCase method)
testDistributivity1() (tests.size.operations_test.ArithmeticPropertiesTestCase method)
testDistributivity2() (tests.size.operations_test.ArithmeticPropertiesTestCase method)
testDivmodWithNumber() (tests.size.operations_test.DivmodTestCase method)
testDivmodWithSize() (tests.size.operations_test.DivmodTestCase method)
testException() (tests.config_test.ConfigTestCase method)
(tests.size.named_test.ConversionTestCase 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)
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)
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)
testMultiplication() (tests.size.operations_test.MultiplicationTestCase method)
testNeg() (tests.size.operations_test.UnaryOperatorsTestCase method)
testNegative() (tests.size.size_test.ConstructionTestCase 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)
testRepr() (tests.size.conversions_test.ConversionTestCase method)
testResults() (tests.size.named_test.ComponentsTestCase method)
(tests.size.named_test.RoundingTestCase method)
testResultsFalse() (tests.util_test.NextTestCase method)
(tests.util_test.TakeTestCase method)
testResultsTrue() (tests.util_test.NextTestCase method)
(tests.util_test.TakeTestCase method)
testRfloordivWithSize() (tests.size.operations_test.RfloordivTestCase method)
testRmodWithSize() (tests.size.operations_test.RmodTestCase method)
testRoundingObjects() (tests.constants_test.ConstantsTestCase method)
testRoundingToBytes() (tests.size.size_test.DisplayTestCase method)
(tests.sizes_test.GetSizeFromInputTestCase 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.sizes_test (module)
tests.util_test (module)
tests.utils (module)
tests.version_test (module)
testSettingConfiguration() (tests.size.size_test.ConfigurationTestCase method)
testSettingDisplayConfig() (tests.config_test.SizeTestCase 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)
testValue() (tests.version_test.VersionTestCase method)
testZero() (tests.size.size_test.ConstructionTestCase method)
TiB (justbytes._constants.BinaryUnits attribute)
TruedivTestCase (class in tests.size.operations_test)

U

UnaryOperatorsTestCase (class in tests.size.operations_test)
Unit (class in justbytes._constants)
UNITS() (in module justbytes._constants)
(justbytes._constants.BinaryUnits class method)
(justbytes._constants.DecimalUnits class method)
UtilityMethodsTestCase (class in tests.size.operations_test)

V

VersionTestCase (class in tests.version_test)

Y

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

Z

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