mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-08 21:14:43 +08:00
6 lines
72 B
Python
6 lines
72 B
Python
from ..usages import usage_definition
|
|
|
|
|
|
def x():
|
|
usage_definition()
|