python-eel/Eel
Auf GitHub ansehenAssertionError: Already exposed function with name "test"
Open
#688 geöffnet am 9. Mai 2023
help wanted
Repository-Metriken
- Stars
- (5.980 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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?