Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python でクラスのメソッドがアウトライン表示されない場合がある #25

Closed
heavenshell opened this issue Dec 29, 2011 · 1 comment
Assignees
Labels

Comments

@heavenshell
Copy link

こんにちは。

Python で https://gist.github.com/1533093 のようなクラスを定義した際に、
__init__() 内に docstring があった場合と無かった場合で挙動が異なるようです。

__init__() 内に docstring が無い場合意図通り、全てのメソッドが表示されます。

Sources: outline
> 
-   Sample : class
-     __init__ (self)
-     none_docstring (self)
-     docstring (self)
-     foo (self)

__init__() 内に docstring があった場合、メソッドが一部だけしか列挙されません。

Sources: outline
> 
-   Sample : class
-     __init__ (self)
-     foo (self)
@ghost ghost assigned h1mesuke Dec 29, 2011
@h1mesuke
Copy link
Owner

問題の報告ありがとうございました。
修正しました。

問題を再現できるサンプルの提供は本当に助かります!

todesking pushed a commit to todesking/unite-outline that referenced this issue May 27, 2014
Outline not working for Java/C/C++ files h1mesuke#24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants