mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Function is starting to work.
This commit is contained in:
@@ -19,7 +19,7 @@ def test_basic():
|
||||
print(repr(tree))
|
||||
print(tree)
|
||||
#import pdb; pdb.set_trace()
|
||||
print(repr(d.parse_string('def x(): pass\n')))
|
||||
print(repr(d.parse_string('def x(a, b:3): pass\n')))
|
||||
print()
|
||||
x = d.parse_string('\na #pass\n')
|
||||
print(repr(x))
|
||||
|
||||
Reference in New Issue
Block a user