python-eel/Eel
AssertionError: Already exposed function with name "test"
Aperta
#688 aperta il 9 mag 2023
help wanted
Metriche repository
- Star
- (5980 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
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?