MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / update_table

Method update_table

Finance_Tracker/main.py:146–150  ·  view source on GitHub ↗
(self, tree, transactions)

Source from the content-addressed store, hash-verified

144 self.canvas.draw()
145
146 def update_table(self, tree, transactions):
147 for i in tree.get_children():
148 tree.delete(i)
149 for transaction in transactions:
150 tree.insert('', 'end', values=transaction)
151
152
153if __name__ == "__main__":

Callers 2

add_incomeMethod · 0.95
add_expenseMethod · 0.95

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected