Answer the question
In order to leave comments, you need to log in
How to exit a function in 'eel'?
Good afternoon, the question may be simple, but I can't find anything.
Python:
import eel
eel.init('web')
@eel.expose
def call_in_js(x):
print(x)
print(1)
eel.start('index.html')
print(2)
async function call(){
await eel.call_in_js("Hello, from JS");
}
call();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question