forked from VimPlug/jedi
12 lines
194 B
Python
12 lines
194 B
Python
from stub_folder import with_stub, stub_only
|
|
|
|
#? int()
|
|
stub_only.in_stub_only
|
|
|
|
#? str()
|
|
with_stub.in_with_stub_both
|
|
#? int()
|
|
with_stub.in_with_stub_python
|
|
#? float()
|
|
with_stub.in_with_stub_stub
|