MCPcopy Create free account
hub / github.com/scanny/python-pptx / bandRow

Method bandRow

src/pptx/oxml/table.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55
56 @property
57 def bandRow(self) -> bool:
58 return self._get_boolean_property("bandRow")
59
60 @bandRow.setter
61 def bandRow(self, value: bool):

Callers

nothing calls this directly

Calls 2

_get_boolean_propertyMethod · 0.95
_set_boolean_propertyMethod · 0.95

Tested by

no test coverage detected