mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Merge with master
The deprecation of Python2.6 and the insertion of environments made it quite difficult to merge.
This commit is contained in:
@@ -7,7 +7,7 @@ from parso.python import tree
|
||||
import pytest
|
||||
|
||||
|
||||
class TestCallAndName():
|
||||
class TestCallAndName:
|
||||
def get_call(self, source):
|
||||
# Get the simple_stmt and then the first one.
|
||||
node = parse(source).children[0]
|
||||
|
||||
Reference in New Issue
Block a user