1
0
forked from VimPlug/jedi

Start documenting all the py__foo__ methods

This commit is contained in:
Dave Halter
2014-08-20 11:31:23 +02:00
parent 2e949b43bb
commit 7f874620db
2 changed files with 21 additions and 3 deletions

View File

@@ -48,7 +48,9 @@ def fooooo2(obj):
else:
return 1
#? int() datetime.datetime()
# In earlier versions of Jedi, this returned both datetime and int, but now
# Jedi does flow checks and realizes that the top return isn't executed.
#? int()
fooooo2('')