1
0
forked from VimPlug/jedi

fully functional classes

This commit is contained in:
David Halter
2012-06-12 00:45:18 +02:00
parent 1400fe877e
commit 9523d3c938
7 changed files with 112 additions and 69 deletions

View File

@@ -43,13 +43,13 @@ for a4, (b4, c4) in (1,("", list)), (1,("", list)):
# -----------------
with open('') as f:
#? ['closed']
##? ['closed']
f.closed
with open('') as f1, open('') as f2:
#? ['closed']
##? ['closed']
f1.closed
#? ['closed']
##? ['closed']
f2.closed