Feature : exclude_name_list
Đang mở
enhancement
- Ngôn ngữ chính
- Python
- Star
- 28.2k
- Fork
- 1.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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*'])`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.