forked from VimPlug/jedi
Start documenting all the py__foo__ methods
This commit is contained in:
@@ -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('')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user