openpyxl.descriptors.tests.test_serialisable module

openpyxl.descriptors.tests.test_serialisable.HyphenatedAttribute(Serialisable)[source]
openpyxl.descriptors.tests.test_serialisable.Immutable(Serialisable)[source]
openpyxl.descriptors.tests.test_serialisable.KeywordAttribute(Serialisable)[source]
openpyxl.descriptors.tests.test_serialisable.KeywordNode(Serialisable, Node)[source]
openpyxl.descriptors.tests.test_serialisable.Node(Serialisable)[source]
openpyxl.descriptors.tests.test_serialisable.Relation(Serialisable)[source]
openpyxl.descriptors.tests.test_serialisable.Serialisable()[source]
class openpyxl.descriptors.tests.test_serialisable.TestHyphenatedAttribute[source]

Bases: object

test_from_tree(HyphenatedAttribute)[source]
test_to_tree(HyphenatedAttribute)[source]
class openpyxl.descriptors.tests.test_serialisable.TestKeywordAttribute[source]

Bases: object

test_from_tree(KeywordAttribute)[source]
test_to_tree(KeywordAttribute)[source]
class openpyxl.descriptors.tests.test_serialisable.TestKeywordNode[source]

Bases: object

test_from_tree(KeywordNode)[source]
test_to_tree(KeywordNode, Node)[source]
class openpyxl.descriptors.tests.test_serialisable.TestRelation[source]

Bases: object

test_binding(Relation)[source]
test_from_tree(Relation)[source]
test_to_tree(Relation)[source]
class openpyxl.descriptors.tests.test_serialisable.TestSerialisable[source]

Bases: object

test_add_attrs(Immutable)[source]
test_copy(Immutable)[source]
test_eq(Immutable)[source]
test_hash(Immutable)[source]
test_ne(Immutable)[source]
test_str(Immutable)[source]