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

Method name

src/docx/styles/latent.py:159–161  ·  view source on GitHub ↗

The name of the built-in style this exception applies to.

(self)

Source from the content-addressed store, hash-verified

157
158 @property
159 def name(self):
160 """The name of the built-in style this exception applies to."""
161 return BabelFish.internal2ui(self._element.name)
162
163 @property
164 def priority(self):

Callers

nothing calls this directly

Calls 1

internal2uiMethod · 0.80

Tested by

no test coverage detected