Module test.test2

Expand source code
from test.test import Test


class Test2(Test):
    def method2(self):
        '''method2'''
        ...

Classes

class Test2
Expand source code
class Test2(Test):
    def method2(self):
        '''method2'''
        ...

Ancestors

Methods

def method0(self)

Inherited from: Test.method0

is exists as "Inherited from"

def method2(self)

method2

Expand source code
def method2(self):
    '''method2'''
    ...