Summary Add docstring-missing-yields amd docstring-extraneous-yields (DOC402, DOC403). These rules check that the yields defined (or not) in the docstring of a function match its implementation. The implementation is essentially a copy-paste of #12485 Pa
`compilerbarrier` actually has a great docstring. But it's most common form is via `inferencebarrier` which had none.master (#54844) oxinabox committed Jun 21, 2024 1 parent 3de5e5d commit 9d8ecaa Showing 1 changed file with 6 additions and 0 deletions. Whitespace Ignore whitespace Split...
Writing bidirectional code-generators for a number of languages, that take the language and generate Swagger/OpenAPI, and take Swagger/OpenAPI and update—or insert—the target language. My question is what to put in the docstring, for example this pseudocode route: ```jav...
Writing Better Python.. Challenge Task.. Add a docstring I tried making the changes listed on the other pages some people made about the same Python question.. but I keep getting the error: Bummer: name 'Treehouse' is not defined
Summary Add docstring-missing-parameter and docstring-extraneous-parameter (DOC101, DOC102). These rules check that the parameters defined in a functions signature match thos defined in the docstri...
parser.add_argument( "--repos", nargs="+", help="List of repositories to create task instances for" "--repos", nargs="+", help="List of repositories (e.g., `sqlfluff/sqlfluff`) to create task instances for" ) parser.add_argument( "--path_prs", type=str, help="Path to folder...
klieret changed the title Print full stacktrace on error; add docstring Print full stacktrace on error in get_tasks_pipeline.py; add docstring Mar 25, 2024 Print full stacktrace on error; add docstring d809476 klieret force-pushed the print-full-backtrace branch from 283bb75 to d809476 Co...
mattip changed the title API reference documentation: numpy.dtype.type DOC: add a docstring for numpy.dtype.type Dec 15, 2024 InessaPawson transferred this issue from numpy/numpy.org Dec 16, 2024 Contributor Uvi-12 commented Dec 16, 2024 Hi @mattip I would like to work on this issue...
Add docstring for from_dataframe xref#16238 Mainly direct users to usefrom_pandasinstead offrom_dataframeif the user has apandas.DataFrame
Adds a docstring to a test in test_jlap.py. The primary purpose of this PR is to help identify the cause of the perf regression in #13721 but the change itself can be merged if desired.