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?

贡献者指南