Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ lastCol
Method
lastCol
src/pptx/oxml/table.py:88–89 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
86
87
@property
88
def
lastCol(self) -> bool:
89
return
self._get_boolean_property(
"lastCol"
)
90
91
@lastCol.setter
92
def
lastCol(self, value: bool):
Callers
nothing calls this directly
Calls
2
_get_boolean_property
Method · 0.95
_set_boolean_property
Method · 0.95
Tested by
no test coverage detected