Bowler
Bowler copied to clipboard
More specific selectors
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'])
Are you just suggesting prune the captures dict? Could you give an example of where this is helpful?
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.