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

Class ConvertRangeIp2bCommand

xtools.py:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116class ConvertRangeIp2bCommand(sublime_plugin.TextCommand):
117 def run(self, edit):
118 text = convert_ipv4_to_B(self.view)
119 new_view(self.view, edit, text)
120
121
122class SelectDomainRootAllCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected