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

Method run

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

Source from the content-addressed store, hash-verified

109
110class ConvertRangeC2ipCommand(sublime_plugin.TextCommand):
111 def run(self, edit):
112 text = convert_C_to_ipv4(self.view)
113 new_view(self.view, edit, text)
114
115
116class ConvertRangeIp2bCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls 2

convert_C_to_ipv4Function · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected