Instance variables
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 1k
- Forks
- 105
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Is there a way to access instance variables from Python.
For example, say I have go struct:
```go
type Point struct {
X int
Y int
}
```
Is there a way to access struct members in python:
```python
print(point.X)
# or
print(point.x)
```
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.