mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-05 09:47:38 +08:00
Remove google docstrings support. Updates #40
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user