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

Method run

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

Source from the content-addressed store, hash-verified

76
77class SelectIpv4WanCommand(sublime_plugin.TextCommand):
78 def run(self, edit):
79 lan_ips,wan_ips =select_ipv4(self.view)
80 text = '\n'.join(wan_ips)
81 new_view(self.view, edit, text)
82
83
84class SelectIpv4RangeCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls 2

select_ipv4Function · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected