blob: 435b364539b57a8153387b09ae72aa07b981111b [file] [log] [blame]
# just method
class Foo:
@deco
def meth(self):
"""<the_doc>
Doc of meth.
"""
f = Foo()
f.<the_ref>meth