組み込み関数の場合、pydev は次のように表示します。
list.append Found at: builtins
一方、matplotlib の関数の場合、次のように表示されます。
def figure Found at: matplotlib.pyplot
def figure(num= # autoincrement if None, else integer from 1-N
None, figsize= # defaults to rc figure.figsize
None, dpi= # defaults to rc figure.dpi
None, facecolor= # defaults to rc figure.facecolor
None, edgecolor= # defaults to rc figure.edgecolor
None, frameon=True,
FigureClass=Figure, **
kwargs):
.....................
Linux システムに python-docs パッケージをインストールしました。組み込みの python 関数の詳細な関数ヒントを表示するにはどうすればよいですか?