mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +08:00
test for davidhalter/jedi-vim#57
This commit is contained in:
@@ -49,6 +49,11 @@ def blub():
|
|||||||
def a(): pass
|
def a(): pass
|
||||||
|
|
||||||
|
|
||||||
|
#< 0 (0,0), (1,0)
|
||||||
|
set_object_var = object()
|
||||||
|
set_object_var.var = 1
|
||||||
|
|
||||||
|
|
||||||
response = 5
|
response = 5
|
||||||
#< 0 (0,0), (1,0), (2,0), (4,0)
|
#< 0 (0,0), (1,0), (2,0), (4,0)
|
||||||
response = HttpResponse(mimetype='application/pdf')
|
response = HttpResponse(mimetype='application/pdf')
|
||||||
|
|||||||
Reference in New Issue
Block a user