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

Class SelectIpv4PortCommand

xtools.py:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91class SelectIpv4PortCommand(sublime_plugin.TextCommand):
92 def run(self, edit):
93 ip_ports = select_ipv4_port(self.view)
94 text = '\n'.join(ip_ports)
95 new_view(self.view, edit, text)
96
97
98class CountIpv4NumberCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected