forked from VimPlug/jedi
dynamic test descriptions.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
"""
|
||||
Checking for ``list.append`` and all the other possible array modifications.
|
||||
"""
|
||||
# -----------------
|
||||
# list.append
|
||||
# -----------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""
|
||||
This is used for dynamic object completion.
|
||||
Jedi tries to guess the types with a backtracking approach.
|
||||
Jedi tries to guess param types with a backtracking approach.
|
||||
"""
|
||||
def func(a, default_arg=2):
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user