python-eel/Eel

AssertionError: Already exposed function with name "test"

Open

#688 opened on May 9, 2023

View on GitHub
 (4 comments) (0 reactions) (0 assignees)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?

Contributor guide