blob: c675903c03eb6693ea712c23d503be6513496373 [file] [log] [blame]
Tor Norbye3a2425a52013-11-04 10:16:08 -08001def do_stuff(): pass
2
3class A:
4 def foo(self):
5 <weak_warning descr="Variable in function should be lowercase">Abc</weak_warning> = do_stuff()