Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
add token labelling #21
add token labelling #21
Changes from all commits
c8e516b
f57210c
32d498a
e9f5c11
c10d5c1
ab3be19
3c08947
6bf1c56
70c337d
1fcdd35
bd3be77
e3013db
90f2dbb
57689f4
197364d
cdef0d6
2c49e2e
535a0c0
48f7f6a
210a3da
6a4a42d
fcf4ba6
f234ec5
4047be4
3c4a1a4
87e18b3
ef0f2e4
5af8a6f
c292da7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
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.
My preferred docstring template is
"""Short one-line description
Optional longer description
"""
If you want to list and describe all arguments that's fine, but specifying their type and optionality is redundant, you can see all of that in function definition.