You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this will report the members x and y as variables, but they should be reported as fields (or properties). If they were reported as field, we can distinguish "regular" class members from "fancy" @property class members (see #15).
The text was updated successfully, but these errors were encountered:
@davidhalter What do you say about this one? Is Jedi interested in returning something like class_variable as the type of the x and y instead of statement? Thanks in advance.
Currently, this will report the members
x
andy
as variables, but they should be reported as fields (or properties). If they were reported as field, we can distinguish "regular" class members from "fancy"@property
class members (see #15).The text was updated successfully, but these errors were encountered: