[IronPython] Static methods
David Anton
dave at tangiblesoftwaresolutions.com
Sun Sep 24 20:17:21 CEST 2006
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.
More information about the Ironpython-users
mailing list