Pylint 报错 C0116: missing-function-docstring 指的是缺少函数或方法的文档字符串。 Pylint 是一个强大的静态代码分析工具,用于检查 Python 代码的语法错误、代码风格问题以及潜在的编程错误。当 Pylint 报告 C0116: missing-function-docstring 错误时,意味着在你的代码中有一个函数或方法缺少文档字符串(docstring)。
Expand All @@ -83,6 +87,8 @@ def process_docstring(_app, what, name, _obj, _options, lines): def process_bases(_app, name, _obj, _options, bases): if name == "tree_sitter.Point": bases[-1] = ":class:`~typing.NamedTuple`" if name == "tree_sitter.LogType": bases[-1]...
['pared','public','gpa']],distr='probit')res_prob=mod_prob.fit(method='bfgs')res_prob.summary()---UnboundLocalErrorTraceback(mostrecentcalllast)<ipython-input-30-0fc4bf67676c>in<module>--->1mod_prob=OrderedModel(data_student['apply'],2data_student[['pared','public','gpa']],3dist...
And I think itcanbe useful to document the class that you get back fromgroupby. This is indeedSeriesGroupbyorDataFrameGroupBy, but we could also documentGroupByfor both of them together (as we do for other generic methods of them). Anyhow, their docstring (all three share the same one) w...
Support null value in CUDA array interface namespace. (#8486) Usegetsocknameinstead ofSO_DOMAINon AIX. (#8437) [pyspark] Make QDM optional based on a cuDF check (#8471) [pyspark] sort qid for SparkRanker. (#8497) [dask] Properly await async method client.wait_for_workers. (#8558) ...