mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 01:50:57 +08:00
tolerant indents
This commit is contained in:
4
test.py
4
test.py
@@ -41,7 +41,7 @@ class Supi(A, datetime.datetime):
|
||||
return A()
|
||||
|
||||
class A():
|
||||
#class B():
|
||||
class B():
|
||||
def test(self):
|
||||
return A()
|
||||
class init:
|
||||
@@ -112,7 +112,7 @@ def flow_test(a):
|
||||
pass
|
||||
finally:
|
||||
pass
|
||||
with open('test.py') as f, open('narf.py' as g):
|
||||
with open('test.py') as f, open('narf.py' as g), m as cm:
|
||||
print f
|
||||
return matrix[0,m]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user