-
-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior
Milestone
Description
Current Situation
In the proto.py
files we define both protocols and other useful types. The name "proto" is a bit confusing an could also be confused with protobufs.
Proposed Actions
We should rename these files to types.py
in addition we could create top-level idom.types
module that exports all these types so that applications can use them to add type annotations more easily.
Work Items
- rename files to
types.py
- maybe create a top level
idom.types
module that aggregates useful type definitions
Metadata
Metadata
Assignees
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior