programming:python:library

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
programming:python:library [2021/04/25] kaisousaladprogramming:python:library [2021/04/25] (現在) kaisousalad
行 25: 行 25:
 </code> </code>
  
-==== 組み込み関数を使ったヘルプ ==== +==== 組み込み関数のメモ ====
- +
-ライブラリに含まれるモジュール一覧表示。+
  
 <code python> <code python>
 +#対象が持つメソッドなどの一覧を表示。
 import matplotlib.pyplot as plt import matplotlib.pyplot as plt
 dir(plt) dir(plt)
 </code> </code>
 {{:programming:python:pasted:20210410-224237.png?250}} {{:programming:python:pasted:20210410-224237.png?250}}
- 
-モジュールのヘルプ表示。 
  
 <code python> <code python>
 +#ヘルプ表示
 import matplotlib.pyplot as plt import matplotlib.pyplot as plt
 help(plt.axes) help(plt.axes)
  • programming/python/library.1619341647.txt.gz
  • 最終更新: 2021/04/25
  • by kaisousalad