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

Class CT_UnderlineBuilder

tests/oxml/unitdata/text.py:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class CT_UnderlineBuilder(BaseBuilder):
69 __tag__ = "w:u"
70 __nspfxs__ = ("w",)
71 __attrs__ = ("w:val", "w:color", "w:themeColor", "w:themeTint", "w:themeShade")
72
73
74def a_b():

Callers 1

a_uFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…