python-eel/Eel

AssertionError: Already exposed function with name "test"

開放

#688 建立於 2023年5月9日

 (4 則留言) (0 個反應) (0 位負責人)Python (570 個分叉)batch import
help wanted

倉庫指標

星標
 (5,980 顆星)
PR 合併指標
 (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?

貢獻者指南