单个函数
1 | def cal_days(): |
1 | python test.py |
多个函数
1 | def cal_days_1(): |
1 | python test.py cal_days_2 20190617 |
对象
1 | class DateCompare(object): |
1 | python test.py cal_days 20190617 |
以上就是 python fire
的用法。
Machine Learning
1 | def cal_days(): |
1 | python test.py |
1 | def cal_days_1(): |
1 | python test.py cal_days_2 20190617 |
1 | class DateCompare(object): |
1 | python test.py cal_days 20190617 |
以上就是 python fire
的用法。