Module test.test2
Expand source code
from test.test import Test
class Test2(Test):
def method2(self):
'''method2'''
...
test.test2
from test.test import Test
class Test2(Test):
def method2(self):
'''method2'''
...