python-eel/Eel

AssertionError: Already exposed function with name "test"

Open

#688 建立於 2023年5月9日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Python (570 fork)batch import
help wanted

倉庫指標

Star
 (5,980 star)
PR 合併指標
 (30 天內沒有已合併 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?

貢獻者指南