
Public Member Functions | |
| def | __init__ (self) | 
| def | get (self) | 
| def | up (self) | 
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.
      
  | 
  staticprivate | 
Definition at line 32 of file test_Singleton.py.