mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
6 lines
72 B
Python
6 lines
72 B
Python
from ..usages import usage_definition
|
|
|
|
|
|
def x():
|
|
usage_definition()
|