-
Notifications
You must be signed in to change notification settings - Fork 1
Type tracker #3
Copy link
Copy link
Open
Labels
🚀Enhancement: New feature or requestEnhancement: New feature or request
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
🚀Enhancement: New feature or requestEnhancement: New feature or request
Projects
- StatusShow more project fieldsIn progress
Support the following types (this is a fluid list):
strintfloatboollist[T],List[T]list,List(assumingstr)tuple[T]set[T]os.PathLikepathlib.PathCls(Enum)Cls(str, Enum),Cls(StrEnum),Cls(IntEnum)Literal["a", "b", "c"]Optional[T],Union[T, None],T | None