m.def("test_function1", [](int, int) {}, py::arg("a"), py::arg("b")); m.def("test_function2", [](int, int) {}, py::arg("a"), py::arg("b"), "A custom docstring"); m ...
"""Agent for enhancing or generating docstrings for code.""" if not snippet.original_docstring or len(snippet.original_docstring.strip()) < 10: self.logger.info(f ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results