idp_server.State¶
Management of the State of problem solving with the Interactive Consultant.
-
class
idp_server.State.State(idp: idp_engine.Parse.IDP)[source]¶ Contains a state of problem solving
-
classmethod
make(idp: idp_engine.Parse.IDP, previous_active: str, jsonstr: str) → idp_server.State.State[source]¶ Manage the cache of State
-
classmethod