python-eel/Eel
Vedi su GitHubAssertionError: Already exposed function with name "test"
Open
#688 aperta il 9 mag 2023
help wanted
Metriche repository
- Star
- (5980 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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?