Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ ClearRows
Method
ClearRows
recipes/Python/496723_Table_FedTable/recipe-496723.py:106–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
self.Color =
"blue"
105
106
def
ClearRows(self):
107
self.datas = []
108
self.rowcount = 0
109
110
def
AddRow(self, *rowdatas):
111
self.datas.append(rowdatas)
Callers
1
recipe-496723.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected