python-eel/Eel

AssertionError: Already exposed function with name "test"

Open

Aperta il 9 mag 2023

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Python (5980 star) (570 fork)batch import
help wanted

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?

Guida contributor