Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imports faltantes en transformadores definidos por el usuario #1

Open
joangq opened this issue May 22, 2024 · 0 comments
Open

Imports faltantes en transformadores definidos por el usuario #1

joangq opened this issue May 22, 2024 · 0 comments
Labels
bug Something isn't working dificultad:media Requiere pensar un poco la solución. necesidad:importante Hay que implementarlo en un tiempo definido.

Comments

@joangq
Copy link
Contributor

joangq commented May 22, 2024

Si en un archivo definimos

from typing import Any, final

@transformer.convert
def foo(df: Any, x: final):
    ...

En el archivo generado por exportar_transformador, faltarán los imports.
Esto se debe a que el decorador sólo agarra las sourcelines de la función, sin interpretarla, y es un problema porque el código de salida no va a compilar.

@joangq joangq added bug Something isn't working dificultad:media Requiere pensar un poco la solución. necesidad:importante Hay que implementarlo en un tiempo definido. labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dificultad:media Requiere pensar un poco la solución. necesidad:importante Hay que implementarlo en un tiempo definido.
Projects
None yet
Development

No branches or pull requests

1 participant