Public Member Functions | |
def | __init__ |
def | get |
def | up |
Static Private Attributes | |
int | _cnt = 0 |
Definition at line 31 of file test_Singleton.py.
def test_Singleton.SingletonMock.__init__ | ( | self | ) |
Definition at line 33 of file test_Singleton.py.
def test_Singleton.SingletonMock.get | ( | self | ) |
Definition at line 41 of file test_Singleton.py.
def test_Singleton.SingletonMock.up | ( | self | ) |
Definition at line 38 of file test_Singleton.py.
int test_Singleton.SingletonMock::_cnt = 0 [static, private] |
Definition at line 32 of file test_Singleton.py.