mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
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