Skip to content
logo
TemporAI-Clinic 0.0.post1.dev17+gc1c5340 documentation
tempor.clinic.app_state module
Initializing search
    TemporAI-Clinic
    TemporAI-Clinic
    • Overview
    • Contributions & Help
    • License
    • Authors
    • Changelog
    • Module Reference
      • tempor namespace
        • Subpackages
          • tempor.clinic package
            • Submodules
              • tempor.clinic.app_state module
                • Ctempor.clinic.app_state.AppState
                  • Pcurrent_sample
                  • Pcurrent_timestep
                  • Pinteraction_state
              • tempor.clinic.components module
              • tempor.clinic.const module
              • tempor.clinic.deta_utils module
              • tempor.clinic.field_def module
              • tempor.clinic.utils module
    • Ctempor.clinic.app_state.AppState
      • Pcurrent_sample
      • Pcurrent_timestep
      • Pinteraction_state

    tempor.clinic.app_state module¶

    class tempor.clinic.app_state.AppState[source]¶

    Bases: object

    property current_sample : str | None¶
    property current_timestep : int¶
    property interaction_state : Literal[showing] | Literal[adding_sample] | Literal[deleting_sample] | Literal[editing_static_data] | Literal[editing_temporal_data] | Literal[editing_event_data] | Literal[adding_temporal_data] | Literal[adding_event_data] | Literal[deleting_temporal_data] | Literal[deleting_event_data]¶
    Back to top
    Previous tempor.clinic package
    Next tempor.clinic.components module
    © Copyright 2023, van der Schaar Lab.
    Created using Sphinx 7.1.2. and Sphinx-Immaterial