[Github-comments] [geany/geany] python: method shown as function in symbol tree (#1996)
Christoph Reiter
notifications at xxxxx
Sun Nov 25 13:34:32 UTC 2018
The following code results in every method after the first one being shown as a top level function:
```
class A:
def method1(self):
foo = (
)
def method2(self):
pass
```
![screenshot from 2018-11-25 14-30-51](https://user-images.githubusercontent.com/991986/48979716-2ed60d80-f0bf-11e8-90e9-770106da2a75.png)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1996
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181125/dbb0d766/attachment.html>
More information about the Github-comments
mailing list