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

Class CT_ParentBuilder

tests/oxml/test_xmlchemy.py:771–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769
770
771class CT_ParentBuilder(BaseBuilder):
772 __tag__ = "w:parent"
773 __nspfxs__ = ("w",)
774 __attrs__ = ("w:optAttr", "reqAttr")
775
776
777class CT_OomChildBuilder(BaseBuilder):

Callers 1

a_parentFunction · 0.85

Calls

no outgoing calls

Tested by 1

a_parentFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…