The documentation of aliases created with the type statement is ignored, and the documentation of typing.TypeAliasType. is used instead.
This is unlike type aliases defined by assignment.
Interestingly, type aliases created by the type statement are included without need to be specified in the type_aliases dictionary of make-api.json, unlike type aliases created by assignment.
The documentation of aliases created with the
typestatement is ignored, and the documentation oftyping.TypeAliasType. is used instead.This is unlike type aliases defined by assignment.
Interestingly, type aliases created by the
typestatement are included without need to be specified in thetype_aliasesdictionary ofmake-api.json, unlike type aliases created by assignment.