Files
python-uncompyle6/test/simple_source/def/05_static_method.py
2016-07-11 10:22:06 -04:00

4 lines
46 B
Python

@staticmethod
def square(n):
return n * n