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

Class CT_GraphicalObjectData

src/docx/oxml/shape.py:61–65  ·  view source on GitHub ↗

`` `` element, container for the XML of a DrawingML object.

Source from the content-addressed store, hash-verified

59
60
61class CT_GraphicalObjectData(BaseOxmlElement):
62 """``<a:graphicData>`` element, container for the XML of a DrawingML object."""
63
64 pic: CT_Picture = ZeroOrOne("pic:pic") # pyright: ignore[reportAssignmentType]
65 uri: str = RequiredAttribute("uri", XsdToken) # pyright: ignore[reportAssignmentType]
66
67
68class CT_Inline(BaseOxmlElement):

Callers

nothing calls this directly

Calls 2

ZeroOrOneClass · 0.90
RequiredAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…