python-eel/Eel

AssertionError: Already exposed function with name "test"

Open

#688 ouverte le 9 mai 2023

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Python (5 980 stars) (570 forks)batch import
help wanted

Description

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?

Guide contributeur