mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
elements in tuples/lists in docstrings were not executed.
This commit is contained in:
@@ -59,9 +59,9 @@ def local_classes(node, node2):
|
||||
... and the class definition after this func definition:
|
||||
:type node2: ProgramNode2
|
||||
"""
|
||||
#? ProgramNode
|
||||
#? ProgramNode()
|
||||
node
|
||||
#? ProgramNode2
|
||||
#? ProgramNode2()
|
||||
node2
|
||||
|
||||
class ProgramNode2():
|
||||
|
||||
Reference in New Issue
Block a user