google/python-fire

Display dict of namedtuples

オープン

#230 opened on 2020/03/03

 (6 件のコメント) (1 件のリアクション) (0 人の担当者)Python (1,418 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (26,214 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Fire nicely prints a dict of dicts using one line per inner dict. When I try to do the same with dict of namedtuples (which otherwise behave like dicts after #161), I just get a help page listing all the dict keys. When I specify a dict key, then that namedtuple is printed. I would prefer all namedtuples in the dict to be printed when no key is specified.

コントリビューターガイド