| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks @adamchainz!
Sorry, something went wrong.
|
Hmm the tests are failing, can you take a look @adamchainz ? |
Sorry, something went wrong.
| do_c = do_cont = do_continue | ||
|
|
||
| def do_quit(self, arg): | ||
| """Raise Exit outcome when quit command is used in pdb. |
There was a problem hiding this comment.
Why not keep this as is?
Sorry, something went wrong.
There was a problem hiding this comment.
Seems reasonable to copy the original docstring from do_quit, which is the purpose of the PR... turning into a comment makes sure we do not lose that information.
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah, I changed this because it won't be the real docstring at runtime after __doc__ is set.
Sorry, something went wrong.
Co-authored-by: Bruno Oliveira <bruno@pytest.org> Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
| Back | FazBrowse Home | New Git URL |
Closes #12946.