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
Change CBWApi behaviour so that it accepts any prototype :
CBWApi(*args, **kwargs)
Handle the retrocompatibility, no change to previous usage can happen.
Then handle a new named parameter for this constructor, that allows providing an api.conf path and loading it.
Once its done, change all examples to use this and ad a top comment(for each example) to ask the user to change the path parameter if required.
The text was updated successfully, but these errors were encountered:
Change CBWApi behaviour so that it accepts any prototype :
CBWApi(*args, **kwargs)
Handle the retrocompatibility, no change to previous usage can happen.
Then handle a new named parameter for this constructor, that allows providing an api.conf path and loading it.
Once its done, change all examples to use this and ad a top comment(for each example) to ask the user to change the path parameter if required.
The text was updated successfully, but these errors were encountered: