google / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement __getattribuate__

nagayev opened this issue · comments

Hi.
I coundn't implement array module, 'cause there's no magic methods getattribute and setattribuate

I had bumped on this too. But for now there is __getattr__ and __setattr__. Does it suit your needs?