Get the state, for use with an existing Base object
(cls)
| 21 | |
| 22 | @classmethod |
| 23 | def get_state(cls): |
| 24 | """Get the state, for use with an existing Base object""" |
| 25 | return cls |
| 26 | |
| 27 | class InstantiatedState(State): |
| 28 | """InstantiatedState creates a new object every time get_state is called. |
no outgoing calls
no test coverage detected