Currently, llpyg does not convert global variables declared directly in Python packages. When generating the corresponding LLGo bindings, consider the following:
- What data type of variable needs to be converted?
- Whether to consider mapping data types (e.g., mapping Python
int to Go int) or unifying them to py.Object
Currently, llpyg does not convert global variables declared directly in Python packages. When generating the corresponding LLGo bindings, consider the following:
intto Goint) or unifying them to py.Object