Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ Select
Method
Select
recipes/Python/496723_Table_FedTable/recipe-496723.py:119–122 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
117
self.headers2.append(Headers)
118
119
def
Select(self, index):
120
li = self.selected
121
if
index not in li:
122
li.append(index)
123
124
def
Highlight(self, index):
125
li = self.highlighted
Callers
3
recipe-496723.py
File · 0.80
__init__
Method · 0.80
selectVoice
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected