1
0
forked from VimPlug/jedi

Remove google docstrings support. Updates #40

This commit is contained in:
Yakov Borevich
2012-12-28 10:08:16 +04:00
parent c7cf7b6dc7
commit 3b412c72e9
3 changed files with 4 additions and 23 deletions

View File

@@ -17,22 +17,6 @@ def f(a, b):
#? dict()
f()
def g(a, b):
""" asdfasdf
Arguments:
a (str): blablabla
Returns: list
Blah blah.
"""
#? str()
a
#?
b
#? list()
g()
def e(a, b):
""" asdfasdf
@type a: str