mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-22 13:21:26 +08:00
Cleanup some instance stuff
This commit is contained in:
@@ -178,3 +178,9 @@ def x(a, b):
|
||||
# type: (1) -> a
|
||||
#?
|
||||
a
|
||||
def x(a, b, c):
|
||||
# type: (str) -> a
|
||||
#?
|
||||
b
|
||||
#?
|
||||
c
|
||||
|
||||
Reference in New Issue
Block a user