openpyxl.descriptors.tests.test_excel module

openpyxl.descriptors.tests.test_excel.Base64Binary()[source]
openpyxl.descriptors.tests.test_excel.CellRange()[source]
openpyxl.descriptors.tests.test_excel.Guid()[source]
openpyxl.descriptors.tests.test_excel.HexBinary()[source]
openpyxl.descriptors.tests.test_excel.Percentage()[source]
class openpyxl.descriptors.tests.test_excel.TestBase64Binary[source]

Bases: object

test_valid(Base64Binary, value)[source]
class openpyxl.descriptors.tests.test_excel.TestCellRange[source]

Bases: object

test_invalid(CellRange, value)[source]
test_valid(CellRange, value)[source]
class openpyxl.descriptors.tests.test_excel.TestGuid[source]

Bases: object

test_valid(Guid, value)[source]
class openpyxl.descriptors.tests.test_excel.TestHexBinary[source]

Bases: object

test_invalid(HexBinary, value)[source]
test_valid(HexBinary, value)[source]
class openpyxl.descriptors.tests.test_excel.TestPercentage[source]

Bases: object

test_invalid(Percentage, value)[source]
test_valid(Percentage, input, value)[source]
class openpyxl.descriptors.tests.test_excel.TestTextPoint[source]

Bases: object

test_invalid_type(TextPoint)[source]
test_invalid_value(TextPoint)[source]
test_valid(TextPoint, value)[source]
class openpyxl.descriptors.tests.test_excel.TestUniversalMeasure[source]

Bases: object

test_invalid(UniversalMeasure, value)[source]
test_valid(UniversalMeasure, value)[source]
openpyxl.descriptors.tests.test_excel.TextPoint()[source]
openpyxl.descriptors.tests.test_excel.UniversalMeasure()[source]