Instance variables
Aberta
- Linguagem predominante
- Go
- Estrelas
- 1k
- Forks
- 105
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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)
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.