python-eel/Eel

AssertionError: Already exposed function with name "test"

Open

#688 opened on 2023年5月9日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Python (570 forks)batch import
help wanted

Repository metrics

Stars
 (5,980 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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?

コントリビューターガイド