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

Method firstRow

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

Source from the content-addressed store, hash-verified

71
72 @property
73 def firstRow(self) -> bool:
74 return self._get_boolean_property("firstRow")
75
76 @firstRow.setter
77 def firstRow(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