blob: aa245b2e1a5755e0f64e7f33095bfbaa90244f08 [file] [log] [blame]
class Foo:
"""
Some doc
"""
def my_method(self):
pass
CLASS_FIELD = 42