1
0
forked from VimPlug/jedi

Fix flow analysis test

There is no seekable method for file objects on Python 2. Use flush instead.
This commit is contained in:
micbou
2018-06-06 15:59:07 +02:00
committed by Dave Halter
parent 62a3f99594
commit c1014e00ca

View File

@@ -31,8 +31,8 @@ finally:
if False:
with open("") as defined_in_false:
#? ['seekable']
defined_in_false.seekab
#? ['flush']
defined_in_false.flu
# -----------------
# Return checks