MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / get_row

Method get_row

memory_graph/html_table.py:119–121  ·  view source on GitHub ↗

Get the number of rows in the table.

(self)

Source from the content-addressed store, hash-verified

117 s += '</TABLE>\n>'
118 return s
119
120 def to_string(self, border=1, color='white', line_color='black'):
121 """ Construct the HTML table string with the 'border' and 'color' settings. """
122 if self.col_count == 0 and self.row_count == 0:
123 if self.is_empty:
124 self.add_value(utils.unquoted_str(''), border=0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected