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

13 lines
252 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