1
0
forked from VimPlug/jedi

dynamic test descriptions.

This commit is contained in:
Dave Halter
2014-11-17 17:18:03 +01:00
parent 9054a3f674
commit b57e4c4e7c
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
"""
Checking for ``list.append`` and all the other possible array modifications.
"""
# -----------------
# list.append
# -----------------

View File

@@ -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()