MCPcopy Index your code
hub / github.com/chasingboy/Xtools / run

Method run

xtools.py:85–88  ·  view source on GitHub ↗
(self, edit)

Source from the content-addressed store, hash-verified

83
84class SelectIpv4RangeCommand(sublime_plugin.TextCommand):
85 def run(self, edit):
86 ips = select_ipv4_range(self.view)
87 text = '\n'.join(ips)
88 new_view(self.view, edit, text)
89
90
91class SelectIpv4PortCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls 2

select_ipv4_rangeFunction · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected