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
Methods which don't use self should be static or classmethods.
We have quite a lot of these in things like TextBlock.parse. Personally I'd also like to rename this .from_json.
self
should be static or classmethods.We have quite a lot of these in things like
TextBlock.parse
. Personally I'd also like to rename this.from_json
.None
on class where not optional (over-use of optionals) (See also Spec of Session should be fully exposed on class #192)object
,super(class, self) -> super()
The text was updated successfully, but these errors were encountered: