mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-14 09:37:05 +08:00
statements should care for its own docstrings, not the parser
This commit is contained in:
@@ -7,7 +7,7 @@ def test_get_code():
|
||||
class SomeClass(object, mixin):
|
||||
def __init__(self):
|
||||
self.xy = 3.0
|
||||
'statement docstr'
|
||||
"""statement docstr"""
|
||||
def some_method(self):
|
||||
return 1
|
||||
def yield_method(self):
|
||||
|
||||
Reference in New Issue
Block a user