Fix support for Go functions as things Python can point to, pass around
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 2.3k
- Forks
- 136
- Merge medio
- 14 min
- PR fusionados (30 d)
- 2
Descripción
Currently, you can pass a Python function back to Go functions that take function args, but it should be possible to also be able to support passing actual Go functions too.
relevant code is in bind/symbols.go, addSignatureType -- this builds code to call a python function -- somehow needs to check actual type of arg and if a Go function, try calling it..
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.