Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add short_name property to type #310

Closed
reckart opened this issue May 4, 2024 · 0 comments
Closed

Add short_name property to type #310

reckart opened this issue May 4, 2024 · 0 comments
Assignees
Milestone

Comments

@reckart
Copy link
Member

reckart commented May 4, 2024

Is your feature request related to a problem? Please describe.
I can get the full name of a type using the name property, but there is no way to get the simple name (i.e. the part after the last dot). In Java, this is possible using the getShortName() method.

Describe the solution you'd like
Add a short_name read-only property to types.

@reckart reckart added this to the 0.10.0 milestone May 4, 2024
@reckart reckart self-assigned this May 4, 2024
reckart added a commit that referenced this issue May 4, 2024
- Added the property and a test
reckart added a commit that referenced this issue May 4, 2024
…y-to-type

#310 - Add short_name property to type
@reckart reckart closed this as completed May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant