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
#32099 added an adaptive=False argument to dis.get_instructions, but it is not documented.
adaptive=False
dis.get_instructions
The text was updated successfully, but these errors were encountered:
pythongh-97937: dis docs: add adaptive=False
5cdee37
gh-97937: dis docs: add adaptive=False (#97939)
5d8bf2b
Co-authored-by: Shantanu <[email protected]> Co-authored-by: Brandt Bucher <[email protected]>
pythongh-97937: dis docs: add adaptive=False (pythonGH-97939)
9166fbe
Co-authored-by: Shantanu <[email protected]> Co-authored-by: Brandt Bucher <[email protected]> (cherry picked from commit 5d8bf2b) Co-authored-by: Jelle Zijlstra <[email protected]>
gh-97937: dis docs: add adaptive=False (GH-97939)
4fc042f
Thanks, looks like this was completed
Sorry, something went wrong.
JelleZijlstra
No branches or pull requests
#32099 added an
adaptive=False
argument todis.get_instructions
, but it is not documented.The text was updated successfully, but these errors were encountered: