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
In that it does not act as a nested context manager re: allowing positional args which are other context managers, such as hide() and show().
If it's possible to achieve this in a decorator context (don't see why not, though I don't remember exactly how @with_settings was implemented) then do so.
The text was updated successfully, but these errors were encountered:
In that it does not act as a nested context manager re: allowing positional args which are other context managers, such as
hide()andshow().If it's possible to achieve this in a decorator context (don't see why not, though I don't remember exactly how
@with_settingswas implemented) then do so.The text was updated successfully, but these errors were encountered: