mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
10 lines
106 B
Python
10 lines
106 B
Python
def func_without_stub(a):
|
|
'nostubdoc'
|
|
|
|
|
|
def func_with_stub(c):
|
|
'withstubdoc'
|
|
|
|
|
|
in_sub_module = ''
|