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

Class ConvertRangeIp2cCommand

xtools.py:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104class ConvertRangeIp2cCommand(sublime_plugin.TextCommand):
105 def run(self, edit):
106 text = convert_ipv4_to_C(self.view)
107 new_view(self.view, edit, text)
108
109
110class ConvertRangeC2ipCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected