mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Fix some small issues with resulting types
This commit is contained in:
@@ -103,6 +103,8 @@ for a in re.finditer('a', 'a'):
|
|||||||
|
|
||||||
#? str() bytes()
|
#? str() bytes()
|
||||||
re.sub('a', 'a')
|
re.sub('a', 'a')
|
||||||
|
#? str() bytes()
|
||||||
|
re.sub('a', 'a', 'f')
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# ref
|
# ref
|
||||||
@@ -114,7 +116,7 @@ weakref.proxy(1)
|
|||||||
|
|
||||||
#? weakref.ref()
|
#? weakref.ref()
|
||||||
weakref.ref(1)
|
weakref.ref(1)
|
||||||
#? int()
|
#? int() None
|
||||||
weakref.ref(1)()
|
weakref.ref(1)()
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user