MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / resetlookups

Function resetlookups

src/bitmessagecurses/__init__.py:114–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 d.msgbox(text, height or 0, width or 0, ok_label = "Continue")
113
114def resetlookups():
115 global inventorydata
116 inventorydata = Inventory().numberOfInventoryLookupsPerformed
117 Inventory().numberOfInventoryLookupsPerformed = 0
118 Timer(1, resetlookups, ()).start()
119def drawtab(stdscr):
120 if menutab in range(1, len(menu)+1):
121 if menutab == 1: # Inbox

Callers 1

runFunction · 0.85

Calls 2

InventoryClass · 0.90
startMethod · 0.80

Tested by

no test coverage detected