Which of the following is considered more acceptable in the Python/IronPython
community?

Prefacing the method with:
@staticmethod

or following the method with:
MyMethod = staticmethod(MyMethod)


-- 
View this message in context: 
http://www.nabble.com/Static-methods-tf2327398.html#a6474908
Sent from the IronPython mailing list archive at Nabble.com.

_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to