Feature : exclude_name_list
Open
enhancement
- Dominant language
- Python
- Stars
- 28.2k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes, we have a very long file of utilities,
we want to expose all functions except some names.
It would be useful to have this
to filter out some exposure.
`fire.Fire(exclude_name_list = [ 'os', 'myfun1*', 'myfun2*'])`
Contributor guide
Assessment
This issue has not been assessed yet.