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

Method access

recipes/Python/578187_Calendar_Maker/recipe-578187.py:652–654  ·  view source on GitHub ↗

Accesses a cell in the HTML table.

(self, row, column)

Source from the content-addressed store, hash-verified

650 return self
651
652 def access(self, row, column):
653 'Accesses a cell in the HTML table.'
654 return self.__matrix[row][column]
655
656 def special(self, row, column, special):
657 self.__special[row][column] = special

Callers 8

_whichFunction · 0.45
isExeFunction · 0.45
_onerrorMethod · 0.45
whichFunction · 0.45
__init__Method · 0.45
mkdir_pathFunction · 0.45
accessMethod · 0.45
openWriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected