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

Class CT_OnOffBuilder

tests/oxml/unitdata/shared.py:6–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class CT_OnOffBuilder(BaseBuilder):
7 __nspfxs__ = ("w",)
8 __attrs__ = "w:val"
9
10 def __init__(self, tag):
11 self.__tag__ = tag
12 super(CT_OnOffBuilder, self).__init__()
13
14 def with_val(self, value):
15 self._set_xmlattr("w:val", str(value))
16 return self
17
18
19class CT_StringBuilder(BaseBuilder):

Callers 15

a_bFunction · 0.85
a_bCsFunction · 0.85
a_capsFunction · 0.85
a_csFunction · 0.85
a_dstrikeFunction · 0.85
a_noProofFunction · 0.85
a_shadowFunction · 0.85
a_smallCapsFunction · 0.85
a_snapToGridFunction · 0.85
a_specVanishFunction · 0.85
a_strikeFunction · 0.85
a_vanishFunction · 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…