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

Method firstCol

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

Source from the content-addressed store, hash-verified

63
64 @property
65 def firstCol(self) -> bool:
66 return self._get_boolean_property("firstCol")
67
68 @firstCol.setter
69 def firstCol(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