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)

B

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

C

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

D

DecimalUnits (class in justbytes._constants)
DigitsConfigTestCase (class in tests.size.named_test)
DISPLAY_CONFIG (justbytes._config.RangeConfig attribute)
DisplayConfig (class in justbytes._config)
DisplayConfigTestCase (class in tests.size.named_test)
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)
getString() (justbytes._size.Range method)
getStringInfo() (justbytes._size.Range method)
GiB (justbytes._constants.BinaryUnits attribute)

I

InitializerTestCase (class in tests.size.initializer_test)

J

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

K

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

M

magnitude (justbytes._size.Range 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.generators)
NextTestCase (class in tests.util_test)

P

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

R

Range (class in justbytes._size)
RangeConfig (class in justbytes._config)
RangeError
RangeFractionalResultError
RangeNonsensicalBinOpError
RangeNonsensicalBinOpValueError
RangeNonsensicalOpError
RangePowerResultError
RangeTestCase (class in tests.config_test)
RangeUnrepresentableResultError
RangeUnsupportedOpError
RangeValueError
RdivmodTestCase (class in tests.size.operations_test)
RfloordivTestCase (class in tests.size.operations_test)
RmodTestCase (class in tests.size.operations_test)
RoundingTestCase (class in tests.size.named_test)
roundTo() (justbytes._size.Range method)
RsubTestCase (class in tests.size.operations_test)
RtruedivTestCase (class in tests.size.operations_test)

S

set_display_config() (justbytes._config.RangeConfig class method)
set_value_config() (justbytes._config.RangeConfig class method)
setUp() (tests.config_test.RangeTestCase method)
(tests.size.size_test.ComputationTestCase method)
(tests.size.size_test.ConfigurationTestCase method)
STRICT (justbytes._config.RangeConfig attribute)
SubtractionTestCase (class in tests.size.operations_test)

T

take_until_satisfied() (in module justbytes._util.generators)
TakeTestCase (class in tests.util_test)
TB (justbytes._constants.DecimalUnits attribute)
tearDown() (tests.config_test.RangeTestCase 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)
testAssociativity() (tests.size.operations_test.ArithmeticPropertiesTestCase method)
testBinaryOperatorsBoolean() (tests.size.operations_test.UtilityMethodsTestCase method)
testBinaryOperatorsRange() (tests.size.operations_test.UtilityMethodsTestCase method)
testBool() (tests.size.conversions_test.ConversionTestCase method)
testBounds() (tests.size.named_test.RoundingTestCase method)
testConfig() (tests.size.named_test.DigitsConfigTestCase method)
(tests.size.named_test.DisplayConfigTestCase 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)
testDivmodWithRange() (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.DigitsConfigTestCase 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)
testFloordivWithRange() (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)
testInt() (tests.size.conversions_test.ConversionTestCase method)
testMinValue() (tests.size.size_test.DisplayTestCase method)
testModWithNumber() (tests.size.operations_test.ModTestCase method)
testModWithRange() (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)
testRangeFractionalResultError() (tests.errors_test.ErrorTestCase method)
testRangeNonsensicalBinOpError() (tests.errors_test.ErrorTestCase method)
testRangeNonsensicalBinOpValueError() (tests.errors_test.ErrorTestCase method)
testRangePowerResultError() (tests.errors_test.ErrorTestCase method)
testRangeValueError() (tests.errors_test.ErrorTestCase method)
testRdivmodWithRange() (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)
testRfloordivWithRange() (tests.size.operations_test.RfloordivTestCase method)
testRmodWithRange() (tests.size.operations_test.RmodTestCase 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)
tests.version_test (module)
testSettingDisplayConfig() (tests.config_test.RangeTestCase method)
testSettingValueConfig() (tests.config_test.RangeTestCase method)
testSIUnits() (tests.size.size_test.DisplayTestCase method)
testStr() (tests.size.size_test.DisplayTestCase method)
testStrWithSmallDeviations() (tests.size.size_test.ConfigurationTestCase method)
testSubtraction() (tests.size.operations_test.SubtractionTestCase method)
testTruedivWithNumber() (tests.size.operations_test.TruedivTestCase method)
testTruedivWithRange() (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)
testValueConfigObject() (tests.config_test.ConfigTestCase method)
testValueConfigs() (tests.size.size_test.ConfigurationTestCase 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

VALUE_CONFIG (justbytes._config.RangeConfig attribute)
ValueConfig (class in justbytes._config)
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)