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 <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
pythongh-97937: dis docs: add adaptive=False (pythonGH-97939)
9166fbe
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Brandt Bucher <brandtbucher@gmail.com> (cherry picked from commit 5d8bf2b) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
gh-97937: dis docs: add adaptive=False (GH-97939)
4fc042f
JelleZijlstra
No branches or pull requests
JelleZijlstra commentedOct 5, 2022
#32099 added an
adaptive=Falseargument todis.get_instructions, but it is not documented.The text was updated successfully, but these errors were encountered: