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

Method run

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

Source from the content-addressed store, hash-verified

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 2

select_ipv4Function · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected