test_ok1/py/apigen/rest/testing/somemodule.py

11 lines
201 B
Python

class SomeClass(object):
"""Some class definition"""
def __init__(self, a):
self.a = a
def method(self, a, b, c):
"""method docstring"""
return a + b + c