-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Expose Parameter Handler Tag Name #662
Comments
I've found myself doing this as well (https://github.com/openforcefield/openff-system/search?q=_TAGNAME&unscoped_q=_TAGNAME) and agree that exposing it would be useful. Maybe as |
This sounds good, though I might stick with exposing it as Also, I don't see significant harm in exposing a |
I'd push for |
Good point, let's do
Ah, I'm a fool. This is a class attribute, not an instance attribute. So let's not expose the |
I totally overlooked that as well (and, to be honest, had to do some digging for why that's a problem!) |
I think for class constants the PEP8 style is all capitals - so probably |
Closed by #665 |
Is your feature request related to a problem? Please describe.
It would be useful to publicly expose the
ParameterHandler._TAGNAME
attribute so there is a programatic way to access this for a given class of handler. This would enable e.g.:Describe the solution you'd like
Expose
ParameterHandler._TAGNAME
asParameterHandler.TAGNAME
or similar.The text was updated successfully, but these errors were encountered: