mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
13 lines
252 B
Python
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
|