mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 07:41:51 +08:00
11 lines
163 B
Python
11 lines
163 B
Python
|
|
import functions
|
|
|
|
el = functions.complete()[0]
|
|
# has problems with that (sometimes) very deep nesting.
|
|
#? ['description']
|
|
el.description
|
|
|
|
#? str()
|
|
el.description
|