Search found 12 matches

by amar123deep
Thu Sep 29, 2016 1:17 pm
Forum: MicroPython pyboard
Topic: support for built-in function vars()
Replies: 19
Views: 13690

Error while using __get__ in a class

Hi, I am getting an error "AttributeError: 'function' object has no attribute '__get__' on calling "__get__" method of a class. Any help?
by amar123deep
Thu Sep 29, 2016 12:51 pm
Forum: MicroPython pyboard
Topic: support for built-in function vars()
Replies: 19
Views: 13690

support for built-in function vars()

Hi, I am new to Micropython. Currently working on porting middleware named "calvin" from Ericsson on micropython platform. I came across a problem due to wrapt library that uses vars() bult-in function. Are you planning to provide the functionality? Any hint how to get around this? Thanks in advance...