python-eel/Eel
Voir sur GitHubAssertionError: Already exposed function with name "test"
Open
#688 ouverte le 9 mai 2023
help wanted
Description
Hi, I'm trying to expose the method test of class Test using eel._expose(test, 'foo'), but I have an error:
AssertionError: Already exposed function with name "test"
How to fix it?