python-eel/Eel

AssertionError: Already exposed function with name "test"

Open

#688 geöffnet am 9. Mai 2023

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (5.980 Stars) (570 Forks)batch import
help wanted

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?

Contributor Guide