Simple noob python style question.

Posted by Oscar Reyes on Stack Overflow See other posts from Stack Overflow or by Oscar Reyes
Published on 2009-08-21T19:01:36Z Indexed on 2010/03/17 11:21 UTC
Read the original article Hit count: 318

Filed under:
|
|

Which is preferred

def method(self):

or

def method( self ):

With spaces in the parenthesis

© Stack Overflow or respective owner

Related posts about python

Related posts about beginner