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

Class CountIpv4NumberCommand

xtools.py:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98class CountIpv4NumberCommand(sublime_plugin.TextCommand):
99 def run(self, edit):
100 text = count_ipv4_number(self.view)
101 new_view(self.view, edit, text)
102
103
104class ConvertRangeIp2cCommand(sublime_plugin.TextCommand):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected