blob: 45b576a58c94fc41ce5ebab69b876e7d240122a5 [file] [log] [blame]
from __builtin__ import staticmethod, divmod
quotient, rem = divmod(42, 3)
// PY-11074
class MyClass(object):
@staticmethod
def method():
pass