We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The expandName() docstring say it returns a fully qualified name, but I can also see that at least for interface references, it is not returning FQN.
For example in the context of twisted.web.client.Response._construct expandName('IResponse.request') -> 'request'
expandName('IResponse.request') -> 'request'
We need a set of automated tests to help understand what this code should do and to review the docstring.
The text was updated successfully, but these errors were encountered:
I feel like this issue has been fixed.
At least for the docstring part, it's quite clear now. I've added a few details in #414.
Maybe there is still an issue with interfaces, I've not added special tests for that.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The expandName() docstring say it returns a fully qualified name, but I can also see that at least for interface references, it is not returning FQN.
For example in the context of twisted.web.client.Response._construct
expandName('IResponse.request') -> 'request'
We need a set of automated tests to help understand what this code should do and to review the docstring.
The text was updated successfully, but these errors were encountered: