-from urllib import urlopen, urlencode, unquote_plus # this is a comment
\ No newline at end of file
+from urllib import urlopen, urlencode, unquote_plus # this is a comment
\ No newline at end of file
def f(value, value1, value2):
if value in (
- value1, value2) or value == 0: # <- missing continuation indent here
+ value1, value2) or value == 0: # <- missing continuation indent here
return False
\ No newline at end of file
import QualifyByImportFoo
-QualifyByImportFoo.foo # must be qualified
+QualifyByImportFoo.foo # must be qualified
class Foo():
def baz():
- tmp = "!" #try to extract this assignmet, either with or without this comment
+ tmp = "!" #try to extract this assignmet, either with or without this comment
baz()
def baz(f_new):
- length = len(f_new.readlines()) #<---extract something from here
+ length = len(f_new.readlines()) #<---extract something from here
print("hi from else")