MCPcopy Create free account
hub / github.com/chasingboy/Xtools / SelectIpv4WanCommand

Class SelectIpv4WanCommand

xtools.py:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
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

no outgoing calls

Tested by

no test coverage detected