MCPcopy
hub / github.com/unbug/codelf / SearchFor

Function SearchFor

Mdnsearch.py:20–22  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

18
19
20def SearchFor(text):
21 url = 'https://unbug.github.io/codelf/#' + quote(text)
22 webbrowser.open_new_tab(url)
23
24
25class CodelfFromInputCommand(sublime_plugin.WindowCommand):

Callers 2

on_doneMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected