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
Now selectors captures everything related to the given topic. For example, select_module captures module_name, module_nickname etc. Sometimes it's useful to be more specific. For example:
...select_module('test', capture=['module_name'])
The text was updated successfully, but these errors were encountered:
Yes. For example, when I want to get rid of "as" import. I can write my own selector, but it would be great to be able to reuse existent selectors from Bowler when possible.
Now selectors captures everything related to the given topic. For example,
select_module
capturesmodule_name
,module_nickname
etc. Sometimes it's useful to be more specific. For example:The text was updated successfully, but these errors were encountered: