Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
0.0.25 is now out! See the Changelog for details
IH-Muse
Logo
IH-Muse

Table of Contents

  • Installation
  • Getting Started
  • Configuration
  • Concepts
    • Recording Events
    • Replaying Events
  • IH-Muse Command-Line Interface (CLI)
  • API Reference
    • API Reference
      • ih_muse
        • ih_muse.muse
          • ih_muse.muse.muse
        • ih_muse.config
          • ih_muse.config.config
        • ih_muse.proto
          • ih_muse.proto.element_kind
          • ih_muse.proto.metric
        • ih_muse.exceptions
        • ih_muse.ih_muse
  • Contributing to IH-Muse
    • IDE Configuration
    • Test Suite
  • Frequently Asked Questions
  • Changelog
  • MIT License
Back to top
View this page
Edit this page

ih_muse.proto.element_kind¶

Protocol definitions for ElementKind.

Module Contents¶

Classes¶

ElementKindRegistration

Registration details for an ElementKind.

API¶

class ih_muse.proto.element_kind.ElementKindRegistration(code: str, name: str, description: str, parent_code: Optional[str] = None)[source]¶

Registration details for an ElementKind.

Initialization

Initialize ElementKindRegistration.

_elem_kind_reg: ih_muse.ih_muse.PyElementKindRegistration¶

None

Next
ih_muse.proto.metric
Previous
ih_muse.proto
Copyright © 2024, Luis Diaz
Made with Sphinx and @pradyunsg's Furo
On this page
  • ih_muse.proto.element_kind
    • Module Contents
      • Classes
      • API
        • ElementKindRegistration
          • ElementKindRegistration._elem_kind_reg