MCPcopy Create free account
hub / github.com/cztomczak/cefpython / py_callback

Method py_callback

examples/tutorial.py:194–195  ·  view source on GitHub ↗
(msg_from_js)

Source from the content-addressed store, hash-verified

192 "Called from Javascript. Will call Javascript callback now.")
193
194 def py_callback(msg_from_js):
195 js_print(self.browser, "Python", "py_callback", msg_from_js)
196 js_callback.Call("String sent from Python", py_callback)
197
198

Callers

nothing calls this directly

Calls 1

js_printFunction · 0.85

Tested by

no test coverage detected