MCPcopy Create free account
hub / github.com/ActiveState/code / Highlight

Method Highlight

recipes/Python/496723_Table_FedTable/recipe-496723.py:124–127  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

122 li.append(index)
123
124 def Highlight(self, index):
125 li = self.highlighted
126 if index not in li:
127 li.append(index)
128
129 def result(self):
130 global _TS_OK

Callers 1

recipe-496723.pyFile · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected