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

Class SelectIpv4LanCommand

xtools.py:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69# IP And Domain
70class SelectIpv4LanCommand(sublime_plugin.TextCommand):
71 def run(self, edit):
72 lan_ips,wan_ips =select_ipv4(self.view)
73 text = '\n'.join(lan_ips)
74 new_view(self.view, edit, text)
75
76
77class SelectIpv4WanCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected