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
This complicated signature, caused by a boolean parameter, should probably be re-written as two methods, get_command_obj and get_cached_command_obj, where the latter just returns self.command_obj.get(command). Of course, that's not a concern for this PR.
This complicated signature, caused by a boolean parameter, should probably be re-written as two methods,
get_command_obj
andget_cached_command_obj
, where the latter just returnsself.command_obj.get(command)
. Of course, that's not a concern for this PR.Originally posted by @jaraco in #307 (comment)
The text was updated successfully, but these errors were encountered: