Files
jedi/test/completion/renaming.py
2012-09-09 22:09:19 +02:00

24 lines
292 B
Python

"""
Renaming tests. This means search for related names.
I always leave a little bit of space to add room for additions, because the
results always contain position informations.
"""
def abc(): pass
#< 0 abc@7,4 abc@10,0 abc@12,0
abc.d.a.abc.d
abc
abc =
#< abc@20,0 abc@23,0
abc