Instance variables
Offen
- Vorherrschende Sprache
- Go
- Sterne
- 1k
- Forks
- 105
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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)
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.