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

Class CT_GraphicalObject

src/docx/oxml/shape.py:53–58  ·  view source on GitHub ↗

`` `` element, container for a DrawingML object.

Source from the content-addressed store, hash-verified

51
52
53class CT_GraphicalObject(BaseOxmlElement):
54 """``<a:graphic>`` element, container for a DrawingML object."""
55
56 graphicData: CT_GraphicalObjectData = OneAndOnlyOne( # pyright: ignore[reportAssignmentType]
57 "a:graphicData"
58 )
59
60
61class CT_GraphicalObjectData(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

OneAndOnlyOneClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…