【Python】dir を使用してすべてのメンバの名前を取得する方法

ソースコード for member in dir(【オブジェクト】): print(member) 関連記事