mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
functions don't return values anymore, if they are not executed
This commit is contained in:
@@ -6,6 +6,11 @@ def array(first_param):
|
||||
|
||||
#? []
|
||||
array.first_param
|
||||
#? []
|
||||
array.first_param.
|
||||
func = array
|
||||
#? []
|
||||
func.first_param
|
||||
|
||||
#? ['append']
|
||||
array().append
|
||||
|
||||
Reference in New Issue
Block a user