MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / populate_tabs_background

Function populate_tabs_background

lib/utils/gui.py:410–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

408
409 # Function to populate tabs in the background
410 def populate_tabs_background():
411 for tab_name in tab_groups.keys():
412 # Schedule each tab to be populated with a small delay between them
413 window.after(100, lambda name=tab_name: populate_tab(name))
414
415 # Start populating tabs in the background after a short delay
416 window.after(500, populate_tabs_background)

Callers

nothing calls this directly

Calls 2

populate_tabFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…