-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
Document methods after definition. #12496
Conversation
@@ -161,7 +161,7 @@ c,r,res = test_complete(s) | |||
|
|||
s = "\\a" | |||
c, r, res = test_complete(s) | |||
"\\alpha" in c | |||
("\\alpha" in c) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some how this line was being treated as a docstring... not sure what's up there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worth a new issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, was trying to reduce to something reproducible. I'll open one shortly. (Edit: #12501)
cc @one-more-minute, @yuyichao. |
I would still prefer the quoted syntax since it can just be treated as documenting a value. It doesn't conflict with this though so we could support both. |
I'm fine with either really. This way was simpler to add, no special casing as with the macro version. |
LGTM |
3cb5bf8
to
8ed9a39
Compare
Document methods after definition.
Nice work as always |
Thanks |
No description provided.