MCPcopy Index your code
hub / github.com/python-openxml/python-docx / build

Method build

tests/opc/unitdata/rels.py:56–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 return partname_tmpl % partnum
55
56 def build(self):
57 rels = Relationships()
58 for rel in self.relationships:
59 rels.add_rel(rel)
60 return rels
61
62
63class CT_DefaultBuilder(BaseBuilder):

Callers

nothing calls this directly

Calls 2

RelationshipsClass · 0.90
add_relMethod · 0.80

Tested by

no test coverage detected