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

Method access

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

Accesses a day in the HTML month.

(self, day)

Source from the content-addressed store, hash-verified

715 return self
716
717 def access(self, day):
718 'Accesses a day in the HTML month.'
719 row, column = self.__row_column(day)
720 return self.__table.access(row, column)[15:]
721
722 def special(self, day, special):
723 row, column = self.__row_column(day)

Callers

nothing calls this directly

Calls 2

__row_columnMethod · 0.95
accessMethod · 0.45

Tested by

no test coverage detected