mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
added tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
|
||||
def array():
|
||||
return []
|
||||
return list()
|
||||
#? ['append']
|
||||
array().app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user