forked from VimPlug/jedi
The builtins/typing module are not causing recursions. They are using annotations to give results.
This commit is contained in:
@@ -103,7 +103,7 @@ for a in re.finditer('a', 'a'):
|
||||
#? int()
|
||||
a.start()
|
||||
|
||||
#? str() bytes()
|
||||
#?
|
||||
re.sub('a', 'a')
|
||||
#? str() bytes()
|
||||
re.sub('a', 'a', 'f')
|
||||
|
||||
Reference in New Issue
Block a user