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
extract_full_summary_from_signature
Match.regs
extract_full_summary_from_signature (added by 430c39e) uses undocumented Match.regs:
knack/knack/introspection.py
Line 22 in e0c1411
According to
match.regs
re
it should be replaced by Match.span.
Match.span
Related: #281
The text was updated successfully, but these errors were encountered:
No branches or pull requests
extract_full_summary_from_signature
(added by 430c39e) uses undocumentedMatch.regs
:knack/knack/introspection.py
Line 22 in e0c1411
According to
match.regs
inre
documentation python/cpython#62243it should be replaced by
Match.span
.Related: #281
The text was updated successfully, but these errors were encountered: