python-eel/Eel
View on GitHubAssertionError: Already exposed function with name "test"
Open
#688 opened on May 9, 2023
help wanted
Repository metrics
- Stars
- (5,980 stars)
- PR merge metrics
- (No merged PRs in 30d)
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?