python-eel/Eel

AssertionError: Already exposed function with name "test"

Open

#688 aberto em 9 de mai. de 2023

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Python (570 forks)batch import
help wanted

Métricas do repositório

Stars
 (5.980 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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?

Guia do colaborador