Type.name#

property Type.name#

Return declarator name.

Function types always define a name: when not specified then the name value will be an empty string.

For other types the name is optional: when not specified then the name value will be None.