Merge branch 'dev' of github.com:davidhalter/jedi into dev

This commit is contained in:
Dave Halter
2017-04-30 02:34:38 +02:00
5 changed files with 20 additions and 8 deletions

View File

@@ -49,6 +49,17 @@ def sphinxy2(a, b, x):
#?
sphinxy2()
def sphinxy_param_type_wrapped(a):
"""
:param str a:
Some description wrapped onto the next line with no space after the
colon.
"""
#? str()
a
# local classes -> github #370
class ProgramNode():
pass