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

Method run

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

Source from the content-addressed store, hash-verified

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 2

convert_ipv4_to_BFunction · 0.85
new_viewFunction · 0.85

Tested by

no test coverage detected