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

Class SelectIpv4RangeCommand

xtools.py:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
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

no outgoing calls

Tested by

no test coverage detected