File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -205,11 +205,11 @@ Out[8] :
205205
206206| Language | Functions | Methods | Classes |
207207| ------------- | -------------| -------------| -------------|
208- | ** Python** | get_all_function_names get_all_function_doctrings get_all_function_names_and_params get_all_function_bodies | get_all_class_methods get_all_class_method_docstrings get_all_class_method_bodies | get_all_class_names get_all_class_docstrings |
209- | ** PHP** | get_all_function_names get_all_function_names_and_params get_all_function_bodies | get_all_class_methods | get_all_class_names |
210- | ** Java** | | get_all_class_methods get_all_method_names_and_params get_all_method_bodies | get_all_class_names |
211- | ** JavaScript** | get_all_function_names get_all_function_names_and_params get_all_function_bodies | get_all_class_methods | get_all_class_names |
212- | ** C++** | get_all_function_names get_all_function_names_and_params get_all_function_bodies | get_all_class_methods | get_all_class_names |
208+ | ** Python** | get_all_function_names get_all_function_doctrings get_all_function_names_and_params get_all_function_bodies | get_all_class_method_names get_all_method_docstrings get_all_method_documentations get_all_class_method_bodies | get_all_class_names get_all_class_docstrings |
209+ | ** PHP** | get_all_function_names get_all_function_names_with_params get_all_function_bodies get_all_function_docstrings get_all_function_documentations | get_all_class_method_names get_all_method_docstrings get_all_method_documentations get_all_class_method_bodies | get_all_class_names get_all_class_docstrings get_all_class_documentations |
210+ | ** Java** | | get_all_class_method_names get_all_method_names_with_params get_all_method_bodies get_all_method_javadocs get_all_method_documentations | get_all_class_names get_all_class_javadocs get_all_class_documentations |
211+ | ** JavaScript** | get_all_function_names get_all_function_names_with_params get_all_function_bodies get_all_function_jsdocs get_all_function_documentations | get_all_class_method_names get_all_method_jsdocs get_all_method_documentations | get_all_class_names get_all_class_jsdocs get_all_class_documentations |
212+ | ** C++** | get_all_function_names get_all_function_names_with_params get_all_function_commentdocs get_all_function_documentations get_all_function_bodies | get_all_class_method_names | get_all_class_names get_all_class_commentdocs get_all_class_documentations |
213213
214214
215215
You can’t perform that action at this time.
0 commit comments