Home | History | Annotate | Download | only in python2.7

Lines Matching refs:classmethod

660     # @classmethod, but @decorator is not valid Python 2.3 syntax, so
698 from_float = classmethod(from_float)