How to display class functions in help?
还没有人认领这个 Issue。
评估
调研方向
从示例中的 fire.Fire(Foo) 入口点开始,重现该类当前的帮助输出。跟踪帮助生成路径,以确定类方法和属性是如何被发现的。完成的标准是,生成的帮助信息会将 Foo 的函数和属性与构造函数参数一起列出,并覆盖示例行为。
由索引模型根据 Issue 内容生成。
描述
Hey,
I am using a class like:
class Foo:
def __init__(self, name):
self.name=name
@property
def info(self):
return self.name
def do_somthing(self, arg1):
return do_it(arg1)
if __name__ == '__main__':
fire.Fire(Foo)
I like to be able to see in the help the functions/properties in Foo class not only the args in the constructor.
Does it possible?
Thanks
- 主要语言
- Python
- 星标
- 28.2k
- 派生
- 1.5k
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
google/python-fire 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 85/100
google/python-fire#693 ·
-
Release 0.7.2? 未关闭
难度 3/5 1-2 天 新手友好度 38/100
google/python-fire#698 ·
-
难度 3/5 1-2 天 新手友好度 58/100
google/python-fire#672 · 5 条评论 ·
-
难度 4/5 3-5 天 新手友好度 45/100
google/python-fire#665 · 2 条评论 ·
-
难度 4/5 3-5 天 新手友好度 55/100
google/python-fire#659 · 1 条评论 ·
查看 google/python-fire 的全部 Issue
相似的 Issue
-
Add: hunch 未关闭
难度 2/5 1-3 小时 新手友好度 74/100
AbdelStark/awesome-typesafe#104 ·
-
enhancement
难度 2/5 1-3 小时 新手友好度 72/100
-
难度 2/5 1-3 小时 新手友好度 68/100
DiamondLightSource/dodal#2211 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
openml/openml-python#1749 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
sipyourdrink-ltd/bernstein#6191 ·