Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html

changeset 5313
fd7d8c470dc6
parent 5291
e93d14b48c34
child 5435
44a6fc2828bc
diff -r f2b774d78b4a -r fd7d8c470dc6 Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html
--- a/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html	Thu Nov 10 18:57:50 2016 +0100
+++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html	Fri Nov 11 18:40:37 2016 +0100
@@ -776,6 +776,8 @@
     Okay: def a():\n    pass\n\n\ndef b():\n    pass
     Okay: def a():\n    pass\n\n\nasync def b():\n    pass
     Okay: def a():\n    pass\n\n\n# Foo\n# Bar\n\ndef b():\n    pass
+    Okay: default = 1\nfoo = 1
+    Okay: classify = 1\nfoo = 1
 </p><p>
     E301: class Foo:\n    b = 0\n    def bar():\n        pass
     E302: def a():\n    pass\n\ndef b(n):\n    pass

eric ide

mercurial