MCPcopy Create free account
hub / github.com/achillean/shodan-python / launch_map

Function launch_map

shodan/cli/worldmap.py:245–247  ·  view source on GitHub ↗
(api)

Source from the content-addressed store, hash-verified

243
244
245def launch_map(api):
246 app = MapApp(api)
247 return curses.wrapper(app.run)
248
249
250def main(argv=None):

Callers 2

radarFunction · 0.90
mainFunction · 0.85

Calls 1

MapAppClass · 0.85

Tested by

no test coverage detected