MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _remote

Method _remote

tools/python-3.11.9-amd64/Lib/webbrowser.py:435–441  ·  view source on GitHub ↗
(self, action)

Source from the content-addressed store, hash-verified

433 return s
434
435 def _remote(self, action):
436 s = self._find_grail_rc()
437 if not s:
438 return 0
439 s.send(action)
440 s.close()
441 return 1
442
443 def open(self, url, new=0, autoraise=True):
444 sys.audit("webbrowser.open", url)

Callers 1

openMethod · 0.95

Calls 3

_find_grail_rcMethod · 0.95
sendMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected