Reputation: 4967
I'm trying to use jitclass
from the numba
module but when I'm trying to access to myclass.__dict__
I get an error saying:
{attributeerror} 'myclass' object has no attribute '__ dict __'.
Does there exist a solution to see what are the attributes in myclass
?
Upvotes: 0
Views: 335