mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Extract now properly validates line/column and those two params are required
This commit is contained in:
@@ -300,7 +300,7 @@ def x(v1):
|
||||
x
|
||||
# -------------------------------------------------- in-class-range-1
|
||||
class X1:
|
||||
#? 11 text {'new_name': 'f', 'until_line': 4}
|
||||
#? 9 text {'new_name': 'f', 'until_line': 4}
|
||||
a = 3
|
||||
c = a + 2
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
@@ -311,7 +311,7 @@ def f():
|
||||
|
||||
|
||||
class X1:
|
||||
#? 11 text {'new_name': 'f', 'until_line': 4}
|
||||
#? 9 text {'new_name': 'f', 'until_line': 4}
|
||||
c = f()
|
||||
# -------------------------------------------------- in-method-range-1
|
||||
glob1 = 1
|
||||
|
||||
Reference in New Issue
Block a user